Jump to content

Devlin

Banned
  • Posts

    1,643
  • Credits

  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Devlin

  1. Look our girl: Greek baby.
  2. τι λέει teo, όλα καλά?
  3. http://maxcheaters.com/forum/index.php?topic=274181.msg2575222#msg2575222 και γαμώ τους moderator.
  4. ντροπή fboss ακόμα αυτά κάνετε? έλεος.
  5. If you have windows 7 x64, you must upgrade your ram soon. I have the same, 2gb ram with windows 7 x64 and it lags a bit generally. Windows 7, consumes 500-1000 mb as far I remember.
  6. <?php error_reporting(0); function check($ip, $port) { if (fsockopen($ip, $port, $errno, $errstr, 1)) return "Online"; else return "Offline"; } echo "LoginServer: "; echo check("127.0.0.1", "2106"); echo "<br/>GameServer: "; echo check("127.0.0.1", "7777"); ?> Try that.
  7. Κανένα σφάλμα στην κονσόλα?
  8. Κανονικά στο xml το skill πρέπει να είναι όπως το παρακάτω: <skill id="60" levels="1" name="Fake Death"> <set name="mpConsume" val="200"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="FAKE_DEATH"/> <set name="operateType" val="OP_TOGGLE"/> <for> <effect count="0x7fffffff" name="FakeDeath" time="5" val="35"/> </for> </skill>
  9. Και να είναι θα είναι bugged και μόνο προβλήματα θα σου δημιουργήσει. Καλύτερα αγόρασε το από τον ίδιο!
  10. Να το αγοράσεις από τον Elfocrash (30 ευρώ).
  11. Macklemore!
  12. l2.hopzone.net + l2topzone.com
  13. I agree! Text is bad, but as signature it's perfect!
  14. Seems good, good luck!
  15. http://maxcheaters.com/forum/index.php?topic=254986.0 ?
  16. l2jfrozen.com η καλύτερη επιλογή αν είσαι newbie.
  17. Hello people, I try to remove exp from monsters & npcs. I did it with success, but when I kill a mob I get an error at gameserver. My edit: ### Eclipse Workspace Patch 1.0 #P aCis_gameserver Index: java/net/sf/l2j/gameserver/model/actor/L2Npc.java =================================================================== --- java/net/sf/l2j/gameserver/model/actor/L2Npc.java (revision 5) +++ java/net/sf/l2j/gameserver/model/actor/L2Npc.java (working copy) @@ -1512,14 +1512,6 @@ } /** - * @return the Exp Reward of this L2Npc contained in the L2NpcTemplate (modified by RATE_XP). - */ - public int getExpReward() - { - return (int) (getTemplate().getRewardExp() * Config.RATE_XP); - } - - /** * @return the SP Reward of this L2Npc contained in the L2NpcTemplate (modified by RATE_SP). */ public int getSpReward() Index: java/net/sf/l2j/gameserver/model/actor/L2Attackable.java =================================================================== --- java/net/sf/l2j/gameserver/model/actor/L2Attackable.java (revision 5) +++ java/net/sf/l2j/gameserver/model/actor/L2Attackable.java (working copy) @@ -1716,27 +1716,19 @@ if (hpSkill != null) hpRatio *= hpSkill.getPower(); - double xp = (double) getExpReward() * damage / getMaxHp() * hpRatio; double sp = (double) getSpReward() * damage / getMaxHp() * hpRatio; if (diff > 5) // formula revised May 07 { double pow = Math.pow((double) 5 / 6, diff - 5); - xp = xp * pow; sp = sp * pow; } - if (xp <= 0) - { - xp = 0; + if (sp <= 0) sp = 0; - } - else if (sp <= 0) - sp = 0; int[] tmp = { - (int) xp, (int) sp }; The error at gameserver: Thanks in advance!
  18. bring up my post!
  19. Δεν θέλει quest για να πεις στο zone?
  20. At character. Plus, you must be out of the account in order to work.
  21. Check at xml or database (dunno its location) about access level. Then, check which level is master.
  22. Hello people, I am selling my friend's account because he isn't member here. Information: Server: Nordic & East Ranked Level: Platinum Rune Pages: 6 Champions: 70 to 80 Skins: All free skins plus Victorious Janna Price of account: 100 (we can discuss, about price)
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock