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

  • 0
Posted

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);

 

2) I CAN'T UNDERSTAND WHAT DOESN'T WORKS

 

 

  • 0
Posted

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);

 

2) I CAN'T UNDERSTAND WHAT DOESN'T WORKS

 

 

Thnx you for the 1st answer.

 

2nd i dont know :S ....When a normal player do the 3 quest of his class ,he/she doesnt all the skills which are for this class.

Like in mage it missed arcana power..LOL?

Can help me with that?

  • 0
Posted

Thnx you for the 1st answer.

 

2nd i dont know :S ....When a normal player do the 3 quest of his class ,he/she doesnt all the skills which are for this class.

Like in mage it missed arcana power..LOL?

Can help me with that?

MAYBE SKILL_TREES IS BROKEN

  • 0
Posted

NO, JUST EXECUTE AGAIN SKILL_TREES TABLE :)

 

http://pastebin.com/Jh672t6V < SKILL_TREES TABLE >

again....

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.Someone can help me?I need it

  • 0
Posted

did you pass the db with the backup?

i have created backup yes.

 

Can i ask?If i take the skill_trees from my old pack L2jarchid is there any problem?

  • 0
Posted

i mean in the first place.

when you first made the db.Did you pass the backup from the forum l2jbrasil releases?

or from the tools?.

 

If archid had edited the skill_trees maybe it can cause problems,if not it's ok.

  • 0
Posted

i mean in the first place.

when you first made the db.Did you pass the backup from the forum l2jbrasil releases?

or from the tools?.

 

If archid had edited the skill_trees maybe it can cause problems,if not it's ok.

basically i took compiled revision and it has got a backup file from its own.Also i have the last rev of l2jbrazilt o compile it myself.Basically i dont understand your question....

Perhaps i try it from l2jarchid but i have the same problems....:-[

  • 0
Posted

delete the db and install it from the database_installer.dat in the folder tools :D

i have put some custom npcs and many others and i must delete them?And if i delete them for sure it will no be a problem after?...

  • 0
Posted

dump them and then execute them again.

 

PS: I had the same problem.

Ok thnx really much,we will talk tommorow because i am not the owner of server,and now the owner log off to go to bed  xD .

Anyway thnx too much and i will tell you tommorow the news. :)

  • 0
Posted

Sorry for double post but i still have the same problem.Nothing happened...

I make db from database_installer and then put the backup in tables ,log in and still the same problem...

Any suggestion? ...

 

EDIT:Problem solved by friend.

Guest
This topic is now closed to further replies.


×
×
  • Create New...