Jump to content

adenaman

Members
  • Posts

    369
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by adenaman

  1. this code is to do: Vote: Who do you think that is gay? a) Gm b) admin c) Player its not for vote in hopzone and any other site
  2. try this http://www.l2jdp.com/l2jdb/db_misc.php?id=20034
  3. this is a rly interesting idea. the only problem that i can see is that you will "force" to show the html windows, so if a player is in pvp or killing mobs or smth, he could get some problems. It could be better with a .vote command or smth like that, or even the newbies html, i mean the msg that shows you when you start ("click your mouse to move and use items ...") with the "?" icon could be edited? that could be a good way to show the html Note: i didnt read the code rly good, also you edited it after i read it, so if i said smth stupid, sorry
  4. why do you want to stop it? it will not work anyway with bow <for> <effect name="Buff" time="60" val="0" stackOrder="#stackOrder" stackType="icon_buff"> <mul order="0x30" stat="debuffVuln" val="0.6" /> <mul order="0x30" stat="pDef" val="1.5" /> <mul order="0x30" stat="mDef" val="1.5" /> <add order="0x40" stat="accCombat" val="6"> <using kind="Sword,Big Sword,Blunt,Big Blunt" /> </add> <add order="0x40" stat="runSpd" val="#runSpd" /> <mul order="0x30" stat="pAtkSpd" val="#pAtkSpd"> <using kind="Sword,Big Sword,Blunt,Big Blunt" /> </mul> <add order="0x40" stat="rCrit" val="#rCrit"> <using kind="Sword,Big Sword" /> </add> <mul order="0x30" stat="cAtk" val="#cAtk"> <using kind="Blunt,Big Blunt" /> </mul> <mul order="0x30" stat="cancelVuln" val="0.6" /> <mul order="0x30" stat="gainHp" val="0.2" /> </effect> </for>
  5. try it with http://portforward.com/help/portcheck.htm
  6. he is a noob that want to sabotage the free share so he/hes friend can sell those files.
  7. i dont think that there is a config for GiveOthersClassSkillsForRandom = True or smth like that anyway, check skill_trees table in db, and tell us a bit more of you problem
  8. Access denied for user 'root@localhost', thats the problem the missing configs are just warnings, because the server has a default value for them anyway for configs missing, just copy all the original files from svn and edit them, and add your custom configs if you add smth to the core
  9. i wrote it b4 :S btw Cod3x i was faster than you :)
  10. edit their knownlist
  11. java is just a tool, i mean, you can do tetrix game in java, c, c++, php, etc the most importat thing is to know how organize it
  12. well, that all, just do it if you dont know how to do smth, read similar things and get ideas from there. Do things step by step, if you have problems ask here
  13. whats "a professional L2J server developer" for you?
  14. you need to change the var type, from int (2,147,483,647) to long (9,223,372,036,854,775,807) but not only in the multisell, you must change it in 100000 things that use adena, inventary, and a lot of things also you must change sql files
  15. its a joke? they sell their time, thats all, same as all the ppl? even this is not about knowledge, its about time and work. i know that it could be difficult for 10 years old kids, lol
  16. that has been shared yesterday in mxc?
  17. i remember that i had augmented adena and mats in a l2off server but if you rr you will get em normal
  18. i think that the best thing you can do is to look and change smth in loginserver/clientpackets/requestauthlogin.java atm i cant do it and test it, but maybe it could be done there
  19. http://hausheer.osola.com/docs/5 Defaults are: java -Xms32m -Xmx128m 128 != 2 000
  20. are you trying to sell a normall jave decompiler? huh?
  21. # + if (!Config.DONATOR_ENCH_RATES && !activeChar.isDonator()) # { ... //normal enchants } else{ //donator enchants } when the first if will be true? - yes config yes donator false - no config yes donator false -yes config no donator false -no config no donator TRUE so you will have donator enchant rate if config is set to true (no care if you are a donator) or if its not set to true but you are a donator
  22. check that var is there EDIT i dont know exactly, but i think that protection changed a bit and now its if (Config.L2WALKER_PROTECTION) { L2PcInstance activeChar = getClient().getActiveChar(); Util.handleIllegalPlayerAction(activeChar, "Player " + activeChar.getName() + " is trying to use L2Walker and got kicked.", Config.DEFAULT_PUNISH); } l2jserver epilogue in interlude is not implemented, but must be just a c/p
  23. i know Just want to see if the creator of this awesome feature or any spamer of "ty man", would be able to see it
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..