אני עובד על PQ לריפאק שלי,
ובישבילו אני צריך שיהיה לNPC את הפקודה cm.summonmob()
אז הוספתי בNPCConversationManager את זה:
אבל שאני מקמפל אני מקבל את הארור הבא:קוד:public void summonMob(int mobid, int customHP, int customEXP, int amount) { spawnMonster(mobid, customHP, -1, -1, customEXP, 0, 0, amount, getPlayer().getPosition().x, getPlayer().getPosition().y); }
עזרה בבקשה?קוד:C:\Users\Edo\Desktop\ZeroxPack\ZeroxPack - SVN\src\net\sf\odinms\scripting\npc\NPCConversationManager.java:829: cannot find symbol symbol : method spawnMonster(int,int,int,int,int,int,int,int,int,int) location: class net.sf.odinms.scripting.npc.NPCConversationManager spawnMonster(mobid, customHP, -1, -1, customEXP, 0, 0, amount, getPlayer().getPosition().x, getPlayer().getPosition().y); 1 error BUILD FAILED (total time: 9 seconds)![]()




