Jump to content

SySt3MGaM3RFr3aKs

Members
  • Posts

    838
  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by SySt3MGaM3RFr3aKs

  1. I don't think that sexy Signatures are allowed here. Prove me wrong. 3 Profiles, i found with sexy signatures / avatars. Revenger: http://www.maxcheaters.com/forum/index.php?action=profile;u=29650 Fakoylas: http://www.maxcheaters.com/forum/index.php?action=profile;u=11556 R3spawn: http://www.maxcheaters.com/forum/index.php?action=profile;u=30490 I don't have something with them :D
  2. Sorry if i am an idiot, Thanks for your reply ( Useful ) @Ontopic: I will update the share, with some protections and some optimizations !
  3. Maybe because you have it on C:/ ? :D Anyway, Python buffers Stuck ( I know it ). Not all the time, in same cases they stuck.
  4. I am not wrong at all ! I Have bypass protection ( Advanced ), and still stucking some times !
  5. Python sucks, and always STUCKS. For now yes.. Because i want.
  6. Note: This function is not reccomended !, Hackers may send packets ! Although with some protections :D It can be useful. I will try to protect it.
  7. w0w, hello MxC. Today while i was searching in L2J Forums i found something freaking cool. - I am not sure if is working - I haven't tested it. That's how it works: <a action="bypass -h npc_%objectId%_GiveBuffs SkilldId SkillLvl PriceItemId Priceammount">get buff XXXX</a> See ?? You write after GiveBuffs(space)SkillId(space)SkillLvl(space)PriceItemId(space)Priceammount. Here is a real Example. <a action="bypass -h npc_%objectId%_GiveBuffs 1204 2 57 5000000">get buff XXXX</a> 1204 ( The id of the skill ), 2 ( Skill level or buff level ), 57 ( Is adena, id of adena ), 500000 ( The ammount of adena, for this buff ) ^^ is windwalk Buff, level 2. And you get this for xxxxx adena. This is the simple diff, for this function: Index: D:/Workspace/L2_GameServer/java/net/sf/l2j/gameserver/model/actor/instance/L2NpcInstance.java =================================================================== --- /java/net/sf/l2j/gameserver/model/actor/instance/L2NpcInstance.java (revision 2501) +++ /java/net/sf/l2j/gameserver/model/actor/instance/L2NpcInstance.java (working copy) @@ -890,6 +891,27 @@ html.replace("%playername%", player.getName()); player.sendPacket(html); } + else if(command.startsWith("GiveBuff")){ + String[] params = command.split(" "); + int SkillId = Integer.parseInt(params[1]); + int SkillLvl = Integer.parseInt(params[2]); + int ItemId = Integer.parseInt(params[3]); + int ItemAmmount = Integer.parseInt(params[4]); + int Ammount = player.getInventory().getItemByItemId(ItemId).getCount(); + L2Item item = ItemTable.getInstance().getTemplate(ItemId); + + if(Ammount < ItemAmmount) + { + player.sendMessage("You don't have enough " + item.getName() + " to get this buff." ); + player.sendMessage("You need " + ItemAmmount + " " + item.getName() + " to be able to get this buff."); + } + else + { + player.getInventory().destroyItemByItemId("getting buffs", ItemId, ItemAmmount, player, null); + L2Skill skill = SkillTable.getInstance().getInfo(SkillId, SkillLvl); + skill.getEffects(this, L2Character.class.cast(player)); + } + } else if (command.equalsIgnoreCase("TerritoryStatus")) { NpcHtmlMessage html = new NpcHtmlMessage(getObjectId()); Credits: L2JForum
  8. -1 Karma, Kk ? Thax ? Good Bye. Not only for this ^^
  9. Xax, simple and nice. Thank you.
  10. Actually, When i say fight / war i don't mean a real War. ! And no, try to hit him with the mouse !. EDIT: Maxtor, please if possible, delete this topic with all flames everything delete it !
  11. :( I am not believing actually to this. I am believing to The MAN IN THE MIRROR. And i am asking you. Who is the man in the mirror ? Is you, Is me, Is everybody ! ! @Offtopic: Michael Loved everybody !
  12. Sorry for double post @Go flame each other, LIKE KIDS. In spam topics whatever. ! if you don't learn from words ! Jeez again. 3 or 4 things to make you happy :D My imaginary friend thinks you are crazy. I'm not smiling at you, I'm just trying not to laugh. I'm not lazy, I'm just happy doing nothing.
  13. I asked you to stop it. 2 Years are remaining till the end of the wolrd. MAKE LOVE NOT WAR.
  14. You are not wrong, Intrepid should take -1 like wizzy. ANYWAY STOP HERE ! NO MORE FLAMES. ITS A NEW YEAR, oh com'on please, stop no more replies with flames only FLAme ME beacuse you think i am a leacher. okay ? Stop flaming each other ! EDIT: Is the second time i see Maxtor viewing topics: SySt3MGaM3RFr3aKs, BS®, ™StarЯdoм®, Maxtor and 0 Guests are viewing this topic. :P:P
  15. Well, I think Intrepid is starting Flaming all the time ( prove me wrong ). I think Leprus shouldn't take -1 Karma from Intrepid, anw. @Leprus: i won't give you +1 because they might dekarm me too. :(
  16. I Can see a fix. You just modified Title system instead of PK, PVP ! Keep Sharing m8.
  17. You say Maxtor nab ? :S He unbanned you. Stop flaming :D @Ontopic, this seems to be a perfect dedicated Server. But i cannot understand why is available only in Jurnary. LS
  18. No, i am talking about Eclipse Files ! :D. Harpun files are developed by Harpun, IPXS, GootD dunno who else.
  19. Because i am not a leecher. EDIT: Maybe some things are already shared somewhere. But i didn't know it.
  20. Wow timeline c/p is really hard to do such a thing don't you think !
  21. Well, as i see we had a fight here !! ^^ I see now, Leprus ( Leeroy, Lee, Wizzy ) is not acticting like a stupid jerk ( Like Intrepid always say ). But Intrepid ! About Michael Jackson, he is the best of the bests. The king of pop, The legend. An angel that left us too soon ! I was listening MJ Before he dies. I had many tours in DvD. I still can't understand why such a bad words are not punished in MxC.
  22. And you are the biggest " ZERO " . Stop spamming. GO take a free hosting and make your forum !
×
×
  • 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