Jump to content

melron

Legendary Member
  • Posts

    1,403
  • Credits

  • Joined

  • Last visited

  • Days Won

    32
  • Feedback

    0%

Everything posted by melron

  1. "level_up" if (item == null || item.getCount() < 50) check this one.. item = ?? "clan_rep" if (item == null || item.getCount() < 5) this one too
  2. did u actually read what YOU said?... "I changed the Ids from all the files" what that means? im talking about the itemname-e.dat file... try to insert ur item with id <= 65535. IF all ur items have name NoItemName then ur itemname-e.dat is broken
  3. the name NoItemName it answers by itself... the problem is clearly in itemname.dat , try to use item ids <= 65535 .. also show us some images...
  4. propably u are using connections to mysql without closing them and u reached the maximum connections... check some of your codes and find out the missing 'connection'.close()
  5. Welcome my friend :)
  6. Yea.. also u can improve it with startup buffs via configs :D
  7. We have sp too! :D forgot about that... Best option for this case :P
  8. 'fast way'. you can just register a new boolean in L2PcInstance as false and do it true when the player click to take the items... but this one will NOT fix your problem in restart case. or you can just c/p the html without the Dress Me link and when the player take the items send the new html without the dress me... smt like that :P the best way is to do it like quest... use connections with db to avoid even the restart just with 1 value like table name startup with columns fClass,sClass,tClass,gear...etc with values ... 0 unused,1 used. so you can easily control what the player need even if he log out and log in again...
  9. Cool share, especially the elf :D
  10. Yea the 2nd method it looks like more professional :P but both are good ;)
  11. Thanks for the share! Good idea btw ;)
  12. Deksi klik ston upologisth. idiotites rithmiseis gia proxwrhmenous ena megalo button leei Μεταβλητές περιβάλλοντος sto 2o tab ( Μεταβλητές συστήματος) pata dimiourgia Onoma bale JAVA_HOME kai timh bale to path apo to jdk mesa ston fakelo bin . p.x -> C:\Program Files\Java\jdk1.7.0_55\bin save kai prospathise pali
  13. otan trexeis thn consola tou gameserver... h prwth grammh ti leei? Me liga logia exeis orisei path gia JAVA_HOME?
  14. postare se <code> olo to gs console h pes mas h prwth gramh tis consolas ti sou grafei
  15. Yea i know you want to help but Helping must be with correct way... if you help someone with wrong way then whats the point of this? Also about the radius of the gatekeeper who cares? He will just be near the gk and do what i said... ? This one is usefull for local servers for easy edit but still can be with the xmls. P.s About your code u can just use: Good work ;)
  16. Ofc ... but theres something... He can just bypass the ID of the teleport.. i mean <a action="bypass -h npc_%objectId%_goto 26" msg="811;Town of Oren">Town of Oren - 9400 Adena</a><br1> He can just change the goto to 1060 so he will go to antharas lair... In your case he can just use <a action="bypass -h npc_%objectId%_player_go_to 147464 1672 -336" msg="811;to custom location"><font color=LEVEL>Char Teleport to location</font></a> and boom? Click Me!
  17. You should add options such , what the password you need to contains... Letter,numbers,both,uppercase and lowercase etc... Good job anyway
  18. Its better for someone to learn how he can edit the xmls since this way is not the best for live servers... can be easily bypassed with many programms, such andrenaline and the player will be able to teleport everywhere in the map just with changing the cords... Except if you add a list with the cords that allowed which is a huge amount of wasted time without reason.. For me <- not suggested...
  19. 2. O0 Happy new year!
  20. seems like your database tables you are using in ur laptop is from the free rev ... there are some changes take a look
  21. Reccomended 100%. Fast and GOOD job!
  22. Καλη χρονιά με υγεία σε όλους σας!
  23. why u dont look in the first post of this topic? answer is there... RequestConfirmCancelItem.java RequestRefineCancel.java change both case S: price = 480000; break; also...
  24. Yea i found it thank you guys! :-*
×
×
  • Create New...