gladie
Members-
Posts
30 -
Joined
-
Last visited
Never -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by gladie
-
How to compile with Eclipse.
gladie replied to ExTrEmEDwarf's topic in Server Development Discussion [L2J]
best guide thanks a lot work perfectly -
[Guide-Program] How to hack Thomson Router
gladie replied to SkySkase's topic in Hacking Tutorials & Guides
great work -
a new day new problem :( i try to spawn classmaster wow wonderfull i can spawn it and it work perfect but if i restart my server the spawn data donot store iin spawn list can some one say me why? i tried it with a new npc but the problem is same i hope someone can help me :D
-
he is to lazy to press the search button :D
-
{UPDATED}[Share] Mega Collection! Top Shares!
gladie replied to Frank's topic in Server Development Discussion [L2J]
gj -
Changing blessed Enchant scroll
gladie replied to gladie's question in Request Server Development Help [L2J]
bump solved -
[Help] Blac Icons in multisell
gladie replied to Dr.Metall's question in Request Server Development Help [L2J]
it is because of ur id i gues the are like 999945 or so java have a limit an id i don't know exactly the number in my mind ~35k is limit (gues) change the id of the items to 9550 or so it work 100% :D -
[Help] Npc's wont change name
gladie replied to darkfury666's question in Request Server Development Help [L2J]
u can change the tittle/name in game and also in navicat just take in mind that u have to change nameserverside/tittleserverside to 1 :D -
more link for u: http://www.maxcheaters.com/forum/index.php?topic=31876.0 http://www.maxcheaters.com/forum/index.php?topic=9962.0
-
[ERROR] BUILD ERROR
gladie replied to loverplus_kr's question in Request Server Development Help [L2J]
where is ur error what did not build and how many error do u have more details :] -
[Help]Problem with skills
gladie replied to Access's question in Request Server Development Help [L2J]
sorry dude can't find ur mistake but i can take my skill it work 100% u can find the mistake by ur self :D table is not taff pm me if u need help and post please where was ur mistake (thy) <skill id="99" levels="2" name="Rapid Shot" enchantLevels1="30" enchantLevels2="30" > <table name="#enchantMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table> <enchant1 name="magicLvl" val="#enchantMagicLvl"/> <enchant2 name="magicLvl" val="#enchantMagicLvl"/> <table name="#ench1time"> 1240 1280 1320 1360 1400 1440 1480 1520 1560 1600 1640 1680 1720 1760 1800 1840 1880 1920 1960 2000 2040 2080 2120 2160 2200 2240 2280 2320 2360 2400 </table> <table name="#ench2MpConsume"> 20 20 19 19 19 18 18 18 17 17 17 16 16 16 15 15 15 14 14 14 13 13 12 12 12 11 11 11 10 10 </table> <table name="#ench2MpConsume_Init"> 5 5 5 5 5 5 5 5 5 5 4 4 4 4 4 4 4 4 4 4 3 3 3 3 3 3 3 3 3 3 </table> <table name="#mpConsume"> 10 20 </table> <table name="#mpConsume_Init"> 4 5 </table> <table name="#rate"> 1.08 1.12 </table> <table name="#aggro"> 303 549 </table> <set name="weaponsAllowed" val="32"/> <set name="mpConsume" val="#mpConsume"/> <set name="mpInitialConsume" val="#mpConsume_Init"/> <set name="power" val="0.0"/> <set name="target" val="TARGET_SELF"/> <set name="reuseDelay" val="10000"/> <set name="hitTime" val="1500"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_ACTIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <set name="aggroPoints" val="#aggro"/> <enchant2 name="mpConsume" val="#ench2MpConsume"/> <enchant2 name="mpInitialConsume" val="#ench2MpConsume_Init"/> <for> <effect count="1" name="Buff" time="1200" val="0"> <mul order="0x30" stat="pAtkSpd" val="#rate"> <using kind="Bow"/> </mul> </effect> </for> <enchant1for> <effect count="1" name="Buff" time="#ench1time" val="0"> <mul order="0x30" stat="pAtkSpd" val="1.12"> <using kind="Bow"/> </mul> </effect> </enchant1for> </skill> -
read better the id in navicat :D sort the skills by lvl easy to find :D
-
[Help]Remove Grade Penalty
gladie replied to SilentBronco's question in Request Server Development Help [L2J]
gameserver config then change find the line [quote author= #------------------------------------------ # Death Penalty chance if killed by mob (%) #------------------------------------------ DeathPenaltyChance = 20 <<=== change it to 0 if u don't have the line then i can't help noob at moment with java :D -
MySQL Error 1045 Help
gladie replied to *~!ĈħâðيȘ۸μấيŧۼŔ™'s question in Request Server Development Help [L2J]
try it with a other mysql version i had the error with version 5.1 and 5.0 work fantastic _D -
hello u need to learn client moding or u can use the animation of a skill but it make to much lag :D depend on ur computer my laptop can't handle it. u can add spcial glow to armor(animation effect) or change hero aura i did it :D i can recommend u the toturial http://www.maxcheaters.com/forum/index.php?topic=65468.0 http://www.maxcheaters.com/forum/index.php?topic=59176.0 http://www.maxcheaters.com/forum/index.php?topic=60655.0 more link from Ma3x http://www.maxcheaters.com/forum/index.php?topic=57197.0 i hope it help if not search :D xD xD
-
[Help] Echant Scrolls Problem
gladie replied to vaggos500's question in Request Server Development Help [L2J]
Open : \java\net\sf\l2j\gameserver\clientpackets\RequestEnchantItem.java and find these lines : else { sm = new SystemMessage(SystemMessageId.S1_S2_SUCCESSFULLY_ENCHANTED); sm.addNumber(item.getEnchantLevel()); sm.addItemName(item.getItemId()); activeChar.sendPacket(sm); } item.setEnchantLevel(item.getEnchantLevel()+1); item.updateDatabase(); } } and change this : item.setEnchantLevel(item.getEnchantLevel()+1); for your chose ... sample +10 - it working , save and compile and have fun ! and thank to Matim I had the same problem :D -
[SHARE]Custom Set Weapons For Gracia Part II(L2j,L2jfree)
gladie replied to Vkouk's topic in Client Development Discussion
nicejob :D -
gunz :D
-
good share :D
-
maybe i have the same problem :(
-
[REQUEST]Aion Weapons For Interlude
gladie replied to HardCoded's topic in [Request] Client Dev Help
good i need them too :D -
i wanna change blessed enchant scroll for example i wanna enchant wepon/armor +10 with eatch schroll. but only with blessed all other scroll had to be normal
-
i wanna chage enchant: sample: i wanna enchant wepon/ armor with 1 scroll +5 and not like normaly +1 can someone help if u not understand what i mean reply please bad german english :D
