Well because i am new in java developement and i have many problems i can say to the server,to avoid opening all the time new topics i will post all of my problems here.Maybe it hears to you "silly" but i think is better with this way for me .I will update the 1st post when i have problems to ask your help.Let's start for now and i hope many of you will help a niewbie developer who wants to go high & not to just open a kid server and after 1 week close bcz of ridiculous reasons.If a problem solved i will "delete" them like this problem.Also it will be more helpfull for others to have same problems to see the sollutions from here so i will add something more"Sollution".Lets start with my first problems.
For all problems i speak for Interlude client,l2j brasil compiled pack!.Please dont flame/spam just give the help if you can.
1stProblem:.How i can change the drop from mobs?I mean i have put gbs to mobs and they drop it down.I want to go automatic to inventory of the player who farm them.Tell me a direct path i mean server/gameserver/etc...(I think it is simple but i didnt find it.)Thnx in advance too much.
else if (Config.AUTO_LOOT && !isRaid())
player.doAutoLoot(this, item);
+ else if (npcTemplate.getIdTemplate() == YOUR_MONSTER_ID) //AutoLoot = False
+ player.doAutoLoot(this, item);
Credits for Sollution:xAddytzu
2ndProblem.When a normal player do the Quest of class manager it doesnt take all the skills....It missed the 3d quest's skills.What i must do to fix it that?ex.In necro doesnt have the arcana power..LOL?.I saw that it says that it gives the skills but dont show them in alt+k :S ....
The problem is only with 3rd Quest...Ty in advance
Sollution:Download newest rev of L2jBrasil and it is ok.
Hello. You may encounter the Push item fail error when trying to pick up an item dropped on the ground by a mob.
or
You can throw something out of your inventory and pick it up again, several times.
Probably this is a quantum dependency) I don't understand at what point this happens, sometimes two items one after another experience push item errors, and sometimes I don't have enough thousands of attempts to repeat this trick)
In any case, this is just a visual error and after the relog, the item appears in the inventory. I think first i need to disconnect the extender and check it on a bare server. I still need time to check this, maybe it's not even about the autoloot function.
https://youtu.be/6mcfmdImofE
-----------
In general, I would like to thank our wonderful Emca Eressea for her deep knowledge in programming and reverse engineering. And for the fact that her work is open to everyone, this is very amazing, and incredibly valuable.
ADENA
500 K = 40e
1kk = 70e
3kk = 190e
ITEMS
staff of life = 150e
karmian set = 90e
elven jewls top D = 30e
Orcish Poleaxe+1 best C pole = 680e
any D grade armor on demand
discord
wiz0642_81242
Question
FighterBoss
Well because i am new in java developement and i have many problems i can say to the server,to avoid opening all the time new topics i will post all of my problems here.Maybe it hears to you "silly" but i think is better with this way for me .I will update the 1st post when i have problems to ask your help.Let's start for now and i hope many of you will help a niewbie developer who wants to go high & not to just open a kid server and after 1 week close bcz of ridiculous reasons.If a problem solved i will "delete" them like this problem.Also it will be more helpfull for others to have same problems to see the sollutions from here so i will add something more"Sollution".Lets start with my first problems.
For all problems i speak for Interlude client,l2j brasil compiled pack!.Please dont flame/spam just give the help if you can.
1stProblem:.How i can change the drop from mobs?I mean i have put gbs to mobs and they drop it down.I want to go automatic to inventory of the player who farm them.Tell me a direct path i mean server/gameserver/etc...(I think it is simple but i didnt find it.)Thnx in advance too much.
Sollution:AutoLoot = True -> altsettings.properties
1)FOR A SINGLE MOB
L2Attackable.java
Credits for Sollution:xAddytzu
2ndProblem.When a normal player do the Quest of class manager it doesnt take all the skills....It missed the 3d quest's skills.What i must do to fix it that?ex.In necro doesnt have the arcana power..LOL?.I saw that it says that it gives the skills but dont show them in alt+k :S ....
The problem is only with 3rd Quest...Ty in advance
Sollution:Download newest rev of L2jBrasil and it is ok.
16 answers to this question
Recommended Posts