Jump to content

Zacapa

Members
  • Posts

    130
  • Credits

  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Zacapa

  1. Confirmed i checked the code and its not elfo's.
  2. You are sooooo stupid, he told you his paypal is locked thats why he sended you the money back. Then you sent the money to me so when kara made knew paypal i gave him the money. He didnt tell me to talk you i have the problem here ffs the dispute you did came to me. I told you remove the dispute and kara will join with tv to install the code.
  3. Simply your compiled jar does not contain the instance type of this NPC which is mentioned .Race e.t.c add it or remove it from spawnlist though SQL.
  4. Either way its easy to adapt it
  5. Take from acis and adapt it its 5 lines code
  6. You want "skilled" developer to do balance on classes?
  7. For example on hpTable i think there are 80 or 81 values for each lvl i dont remember you need to put + 10 values like 500;501; with a ;
  8. I will give you an example. Open PcTemplate.java or PlayerTemplate.java Find this @Override public final double getBaseHpMax(int level) { return _hpTable[level - 1]; } And make something like this public final double getBaseHpMax(int level) { int lvlmod = level - this._classBaseLevel; double hpmod = 0.37 * lvlmod; double hpmax = (this._hpAdd + hpmod) * lvlmod; double hpmin = this._hpAdd * lvlmod + hpmod; return this._hpInitial + (hpmax + hpmin) / 2; } Then find this private final int _classBaseLevel; And put after private final double _hpInitial; private final double _hpAdd; Find this _classBaseLevel = set.getInteger("baseLvl"); And put after this this._hpInitial = set.getDouble("hpInitial"); this._hpAdd = set.getDouble("hpAdd"); If you do this you need to remove hpTable,mptable,cptable both on PlayerTemplate.java and xml. And put something like this on xmls <set val="80" name="hpInitial"/> <set val="11.83" name="hpAdd"/> And you do the same for mp and cp.
  9. data/xml/classes all theses xmls dark_fighter.xml etc you need to edit hpTable,mpTable and cpTable for every class there are alooooot of them you need days to do it. An easy way is to edit PlayerTemplate.java to make it like h5 or frozen.
  10. Δεν ξέρει τπτ αλλά το παίζει έξυπνος και όταν πας να του πεις κάτι αρχίζει να βρίζει μάνες. 1η φορά βλέπω 40χρονο να βρίζει έτσι, τον είχα και στο φβ και τον έκανα μπλοκ γι'αυτο τον λόγο + ότι τον είχα βοηθήσει άπειρες φορές και συνέχιζε να απαιτεί τσάμπα πράγματα λες και του χρωστάω τπτ.
  11. He is 30-40 years old with 0 knowledge i was helping him free but he was spamming me alot on facebook and i blocked him thats why he pmed you.
  12. https://www.google.gr/search?client=opera&amp;q=l2j+how+to+make+server&amp;sourceid=opera&amp;ie=UTF-8&amp;oe=UTF-8
  13. I wanted some npcs from him and he told me its 30-45 euros each then i found all his npcs shared on this russian forum and i send the link to frye. Its really bad to give 30 - 45 euros for something thats already shared.
  14. Λογικά ψάχνεις κάτι τέτοιο https://acis.i-live.eu/index.php?topic=2204.0 αν ψάξεις στο google μπορείς να βρεις περισσότερα tutorial.
  15. give the same permissions on LoginServer_loop.sh, GameServer_loop.sh
  16. cd ../login give permissions 777 (chmod 777 log) do the same on gameservers log
  17. So i managed to fix those things you told me (only remains to fix what Nightw0lf said) link is updated.
  18. Yeah i know it's shitty i will try to fix it. Thank you for replying.
  19. Hello one month ago i made this small command .report for acis 372 and i would like now to share it. You can use it on other players that you think they are botting with reuse time 15min (you can change it). https://pastebin.com/Uc4DF0gT Gms will be notified with petition like this. In order this command to work you gonna need this captcha (or Caparsos). https://maxcheaters.com/topic/214780-share-captcha-for-l2jacis/ Some credits to: Evie Frye he helped me with the reuse time.
×
×
  • Create New...