Jump to content

xdem

Members
  • Posts

    4,155
  • Credits

  • Joined

  • Last visited

  • Days Won

    44
  • Feedback

    0%

Everything posted by xdem

  1. It says Incorect Item Count, So it search for the item with ID 0 ?
  2. For example, nobbless blessing won't consume Spirit Ore, it will be free Same for Death Spike, No need for "Cursed Bones" I was too lame to delete the lines from all xmls cause there are too many skills with item consume so I chose the easy path of Java, I tried this but didnt seem to help: Uploaded with ImageShack.us It was supposed to set all item consume Id to 0, and Ignore Xml's ItemConsumeId on any Skill, it doesnt work? OR the problem is that it tries to find the item with Id 0 to consume it but it cant find it so I cant cast the skill? Thanks for your time cheaters
  3. Den ginete apla me *Delete Lines*
  4. apaiteis?
  5. Dagger dmg won't increase from pAtk, lulz
  6. Nai re e3ipne mono p den ise toso e3ipnos san emena, ekana 50k rp kai epestrepsa East, kai den m pirane tpt pitsiriko, esu ara3es West san malakas kai ta pirane piso, osous ala3ane kai pigane East tous klasane gt den mporoun na tous vroun esu fae to QQ e3ipnakia
  7. Nai re mono pou den gnorises to Direct Debit, pou bgazame 16k RP tin mera ston west
  8. Hello this is a guide by Sseth672, he will teach you pro Karthus in 4 minutes... Ofc this is a trol and made for fun, enjoy this masterpiece
  9. How can I do this without loosing the costum staff i have added? is it possible? if it is how? thanks
  10. Hi, can you help me with these small codes: -Most dame on monster/boss gets the drop -Augmented Weapons Tradeable
  11. Yes yes she can pwn you, always noobs get her and her reputation is raped, but eve with 2-3 kills early game = bb gg wp easy surr20 pls GG report soraka
  12. change your spells, take revive and teleport, i think that will fix the problem.
  13. NOOOB SORAKA CANT PENTA LVL1 GG REPORTED PLSSSS
  14. a good cheat, which only me and some close friend now is... ok i will share it :) When you get summoned in the Rift, immediatly press D+F and you get 1000 extra gold, its good i start with lvl2 boots at lvl1 good bug. use it wise
  15. or change the system folder which may contain wrong protocol version, else its problem with the host files with which I have no idea whats the fix, btw any problems to console?
  16. counterpick
  17. If you mean you want to put enchant max +25 so players cant enchant more, go to clientpackets.requestEnchantItem.java and edit the java... add smth like this: // first validation check if (!scrollTemplate.isValid(item, supportTemplate)) { activeChar.sendPacket(SystemMessageId.INAPPROPRIATE_ENCHANT_CONDITION); activeChar.setActiveEnchantItem(null); activeChar.sendPacket(new EnchantResult(2, 0, 0)); return; } + // MAX ENCHANT + if (item.getEnchantLevel() >= 25) + { + activeChar.sendMessage("Your " + item.getName() + " has reached the enchant limit."); + activeChar.setActiveEnchantItem(null); + activeChar.sendPacket(new EnchantResult(2, 0, 0)); + return; + } i just wrote it, but im sure it works try it
  18. Only to a name? if you mean only to a specific char or class simply add them the skill, otherwise I cant get you...
  19. It doesnt, additionally i found out that when you move items the Icon breaks, i would reccomend you not to spend so much time to fix this cause critticalerror said me that there is no fix yet for that, maybe we can work on taking other armor's gloves and recoloring them like Ferrum set?
  20. No just hadnt the idea to share it here, this site trols my day since a long time :D!
  21. Good, but there is the usual problem with the fists and gloves, i will try now if the v2 SaphireUniverse's Animations will fix the problem
×
×
  • Create New...