Re: [情報] 十分歷害的數字...

作者: hlead (希多)   2015-03-01 10:01:52
※ 引述《coasd (雙)》之銘言:
: ║ 73. 100 (14) $75000 左 手 劍(lefthand sword) ║
: ║ 74. 45 (2) $600 菲里德長斧(Felid-Long Axe) ║
: ║ 75. 30 (8) $3000 邪雲妖刀(cloud blade) ║
: ║ 76. 85 (174) $3500 鬼 頭 杖(ghost wand) ║
: ║ 77. 50 (12) $9000 歐拉劍(Aura Sword) ║
: ║ 78. 110 (8) $15000 修羅刀(Shura Blade) ║
: ║ 79. 120 (2) $3200 亞 虎 雙 刃 劍 (tiger sword)
: (545590) $10000 幻月劍(Moonsword) 神之操作 Q
因為這隻創建時會用一把武器到該怪身上
clone_object(QW"moonsword")->move_to(this_object());
wear_all();
之後死掉時會做
int die()
{
if(random(1000)==1)
clone_object(QW"moonsword")->move(this_player());
//this_object()->remove();
::die();
return 1;
}
應該是有人把 remove(); -> die(); 然後沒注意到吧。
(執行 remove(); 的話,原本那把並不會掉落到玩家那。)
目前已將創建時所 clone 出來的武器去除。

Links booklink

Contact Us: admin [ a t ] ucptt.com