Jump to content
  • 0

[help] Autoloot Adena l2j il java code


ScRaB4ever

Question

ΚΑΛΗΣΠΕΡΑ ΣΕ ΟΛΟΥΣ ΕΔΩ ΚΑΙ ΚΑΝΑ ΔΥΟΡΟ ΨΑΧΝΩ ΤΟ JAVA CODE ΓΙΑ ΝΑ ΚΑΝΕΙ Ο SERVER AUTOLOOT TA ADENA.

ΑΝ ΜΠΟΡΕΙ ΚΑΠΟΙΟΣ ΝΑ ΒΟΗΘΗΣΕΙ...

10x

Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 0

ΚΑΛΗΣΠΕΡΑ ΣΕ ΟΛΟΥΣ ΕΔΩ ΚΑΙ ΚΑΝΑ ΔΥΟΡΟ ΨΑΧΝΩ ΤΟ JAVA CODE ΓΙΑ ΝΑ ΚΑΝΕΙ Ο SERVER AUTOLOOT TA ADENA.

ΑΝ ΜΠΟΡΕΙ ΚΑΠΟΙΟΣ ΝΑ ΒΟΗΘΗΣΕΙ...

10x

 

ti pack exeis file ? gt to autoloot eiparxei se ola ta packs.

Link to comment
Share on other sites

  • 0

l2j interlude

ΕΙΝΑΙ ΜΕ COMPILE OXI PRECON

 

aha gt nomiza oti exeis kana L2J Frozen i L2J Esios. twra oso giafto to java code pou zitises prepi na psa3w..

Link to comment
Share on other sites

  • 0

file vres sto < GameServer\config > to arxeio < altsettings >

stis protes grames iparxi

 

#-------------------------------------------------------------

# Server config

#-------------------------------------------------------------

# AutoLoot enable... True to enable, False to disable

AutoLoot = True

 

 

Link to comment
Share on other sites

  • 0

file vres sto < GameServer\config > to arxeio < altsettings >

stis protes grames iparxi

 

#-------------------------------------------------------------

# Server config

#-------------------------------------------------------------

# AutoLoot enable... True to enable, False to disable

AutoLoot = True

 

 

ama exi l2j den exi tetio arxio sta config sec tha kano edit na toupo pou einai.briskete sto  Character config
Link to comment
Share on other sites

  • 0

auto lood gia adena mono... mazebeis ta adena kai ta alla peftoyn

 

den iparxi mono gia adena....

ektos an sou doso java code na to perasis sto Eclipce :)

 

Link to comment
Share on other sites

  • 0

no share den 8a kano....

apla 8a sou to doso :)

 

_________________________

 

java/net/sf/l2j/Config.java

 

 

 

1)// Auto loots configs

 

public static boolean AUTO_LOOT_ADENA;

 

 

 

2)// alternative settings

 

AUTO_LOOT_ADENA = Boolean.parseBoolean(altSettings.getProperty("AutoLootAdena", "True"));

 

 

 

3)// Server settings

 

else if (pName.equalsIgnoreCase("AutoLootAdena"))

AUTO_LOOT_ADENA = Boolean.parseBoolean(pValue);

 

 

___________________________________________________________________________________________

 

GameServer\config\altsettings

 

#-------------------------------------------------------------

# Server config

#-------------------------------------------------------------

# AutoLoot enable... True to enable, False to disable

AutoLoot = False

 

# AutoLootAdena enable... True to enable, False to disable

AutoLootAdena = True

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...