Jump to content

melron

Legendary Member
  • Posts

    1,403
  • Credits

  • Joined

  • Last visited

  • Days Won

    32
  • Feedback

    0%

Everything posted by melron

  1. Take an example... code bypasses: <edit var="name1" width=110 height=15><br> <edit var="name2" width=110 height=15><br> <edit var="name3" width=110 height=15><br> <edit var="name4" width=110 height=15><br> <a action="bypass -h npc_%objectId%_test $name1 $name2 $name3 $name4">test</a><br><br> p.s Ofc its not the code you looking for but for sure you can edit this one and make your code works
  2. the problem is not counting the tokens. The other boxes are placed for strings too? or you have boxes for int value?
  3. It haven't boss state as enum state but there is getBossStatus as integer... The only thing you have to do is define status like alive =1 etc and adapt the other part
  4. Pedes: Vazw na poulisw arcana mace acumen +16. Kathete o char. paei kapoios na to agorasei kai an to parei tha einai +16. Vazw na agorasw arcana mace acumen +16. Kathete o char. paei kapoios na mou dwsei arcana mace , Oti enchant kai na einai to diko tou, egw tha parw afto to enchant . afto ginete giati den elegxei enchant ston char pou thelei na agorasei. Mhpws thumhtheite kai to parakato: Se low rate servers pou vazame Title otan kaname buy <Private Store Sell> kai vazame na agorasoume ena arcana mace p.x 1kkk otan ekei kostize panw apo 4b kai nomizan oloi oti kai kala ekana egw to lathos kai etrexan na to agorasoun (asxeta pou to edinan) kai tsimpagame enchanted items (giati den uparxei check se enchant sto buy)? me liga logia to private store buy leitourgei me item id kai oxi enchant value
  5. i doubt you want a code that every player can easily spam this command and fuck your srv... OnTopic: Isnt that hard to adapted. if i have time i will do it
  6. sto navicat exei mpei to npc? an nai ws ti type to evales? otan kaneis restart ton server kai kanei load ta npc sou sou vgazei kapoio error ekei tou stil den vrthike to type "kati" ? Rr ekanes otan evales to query?
  7. Null argument detected :D p.s its not that hard to search... L2ScriptEngineManager.getInstance().executeScriptList(new File(Config.DATAPACK_ROOT, "data/scripts.ini")); public void executeScriptList(File list) throws IOException ...... if (list.isFile()) ... else { throw new IllegalArgumentException("Argument must be an file containing a list of scripts to be loaded"); } "data/scripts.ini"
  8. share with us a video so we can see what you mean
  9. logika thelei kati san to sendhome tou acis. apla tha pataei kserw gw //command reborn 1234 1234 1234 kai tha phgaineis ekei.. WTF people
  10. H einai se lathos section kai einai agglos h ksexase na milhsei ellinika. Apoti katalava egw thelei command pou na grafei to name kai dipla ta cords kai o player na phgainei ekei... alla vghke :p
  11. For move characters players??
  12. You can just try to run your server with a clean system and check if the message still appearing? maybe?? ... if will appear again that means you have to check the core part.. if not check your client
  13. den nomizw na exeis provlhma... gt den to dokimazeis? :P fovasai kati?
  14. if (item.getItem().getItemId() == (Config.STORE_ITEM_SELL) continue; to if (item.getItem().getItemId() == Config.STORE_ITEM_SELL) continue;
  15. valto kai sto kato gia secure... kai sto allo to file pou afora to buy tha to kaneis to idio exei kai ekei 2 tradelists. sta configs (epidei den exw sources twra) des pws leitourgei ena config kai kane c/p kai allakse onomata den einai kati duskolo
  16. Nai ekana lathos egw einai sto serverpackets. kai stis 2 for for (TradeItem item : _itemList) for (TradeItem item : _sellList) apo kato apla prosthesai if (item.getItem().getItemId() == to ID tou item) continue; oso gia to config apla ftiakse 1 new config des paradigmata. (ti rev exeis?)
  17. ta items pou epilegeis an ginoun sell einai items pou aforoun tradeList . Dld an to kaneis trade false den tha ginete sto private store.. Mporeis na valeis ena check sto trade list gia to sigkekrimeno item na mhn to vazei sthn lista . h na kaneis rework ta StatsSet (an eisai ligo kamenos :P) OnTopic: server packets PrivateStoreManageListSell apo kato apo for (TradeItem item : _itemList) { (pou to exei 2 fores) prosthesai if (item.getItem().getItemId() == to ID tou item) continue;
  18. I got only 1 fuck those years of l2
  19. check in frozen's source what tradeList is (should be a list) and then try to adapt the way it works
  20. try to add a check private static void deleteBuffers() { + if(getBufferSpawnGroup(_reflection.getInstancedZoneId()) != null) _reflection.despawnByGroup(getBufferSpawnGroup(_reflection.getInstancedZoneId())); }
  21. just delete it its useless
  22. Can i ask why you need inventory update there since destroyItemByItemId sends update ?
  23. Re file plaka mas kaneis? edw les oti den dexete to enchant kai mas anevazeis photo (pou den thn anevases kala) pou dixneis to armorset? eleos dld... 2 einai ta pithana provlhmata. Lathos item grade exeis reacharei to enchant limit tou server sou kai den ginete me scrolls ... (checkare mpas kai to exeis 0 kserw gw lol) c/p existing items...
  24. You could give to people free choice as you said but not like this, Everyone will get this now even a guy who started yesterday making a server... atleast REMOVE instructions ... Make your software being usefull from right hands
×
×
  • Create New...