Jump to content
  • 0

[Help-List]Questions & Probs by FiGhTeRBosS


Question

Posted

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

       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.

 

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...