Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. http://www.maxcheaters.com/topic/171616-primeshop-gamepoint-item-h5/ Junk that shiat :D
  2. Da yum, the power of energi. http://www.maxcheaters.com/topic/171552-event-energi-help/
  3. Depends what you mean by that. They both achieved 'the best' result at their category.. They are legends :) So, it's more like a "who you like more". You must be kidding me..
  4. Don't know why you create 2 topics, here and in aCis section, but whatever.. You have to create new zone inside /data/xml/zones PeaceZone.xml To create it, you need 4 point which will form the zone. X---X | | | | X---X Here is example of my newly created peace zone. <zone type="PeaceZone" shape="NPoly" minZ="-2550" maxZ="-2500"><!-- varka spot --> <node X="108250" Y="-53750" /> <node X="108350" Y="-53750" /> <node X="108350" Y="-53850" /> <node X="108250" Y="-53850" /> </zone>
  5. Sorry, but you just repeat his words, lol :D ACP = Account Control Panel, not java related just php and such :P
  6. There are SP scrolls, so create new skill item which give EXP instead. Take it as a base and just change SP to EXP and you're done.
  7. Wyatt, calm down you lazy banana. If someone is so stupid to buy shared codes.. it's not our problem, right? :) But I doubt he sells them, surely not. Even if so, it's reworked and way better than original code. Similar code that someone else sells, doesn't mean it's the same, you know. :) Anyway, I recommend this guy, skilled bastard, member of aCis Crew :D
  8. lol, new way to spy :D Good luck & trusted :)
  9. Like padawan Wyatt said, just make a shop which exchange weapon + some items for the item with SA. Normal shop with multisell :P
  10. No offense, but please don't reply if you can't help to solve the problem. Since you can't even read the error (see imports and you will know what pack he uses).
  11. I know that, but others don't as you see.. :P You ask them to show the error, given line where is error and they don't get it and they give you random shit.. It's really frustrating sometimes.. :D
  12. Show the error, not the log.
  13. Yes.. right.. you did.. Then you woke up ? It's on 4th page of Share section.
  14. If you make for example 3 categories (1, 2 and 3) so 3 items will be dropped. If you add 3 items with the same category number, so its gonna drop 1 randomly item from that category.
  15. Dunno how it is on H5, but normally it could be possible by Shift+Click on the mob, Drop panel.
  16. Da yum, so you should say you are talking about the 'custom gatekeeper' with such options..
  17. So, basically you would need a code that will 'hide' the players onEnter to that zone, something like if(activeChar.getPvpFlag() == 0) { activeChar.getAppearance().setInvisible(); activeChar.broadcastUserInfo(); } else { activeChar.getAppearance().setVisible(); activeChar.broadcastUserInfo(); } Not really sure about dat code, but you could try to 'play' with it :P
  18. Yes, if it's False the npc weapons are with red glow.. :D If im not wrong there was something about writeD, like 1 too much or so.. Don't remember :P
  19. What you mean by 'showing' ? Does your players are invisible @ that specific 'zone' or what is this.. lol, explain yourself :troll: The code is by Elfo.. bitch :D
  20. 1. Search for isEnchantable method @ AbstractEnchantPacket and drop the check item.isHeroItem() About agu is similar. Search for isValid( inside AbstractRefinePacket and drop the check. if (item.isHeroItem()) return false; About the equip part, check the xml and remove the cond <cond msgId="1518"> <player isHero="true" /> </cond> 2. Check how the armor_set.sql or .xml is made. You will figure it out. You must define all the ids, just take any set as exampe and edit it to your needs. Also, search for that chest ID, maybe its getting duplicated and thats why you get the bonus just with main chest. <armorset> <set name='chest' val='1101' /> <set name='legs' val='1104' /> <set name='head' val='44' /> <set name='gloves' val='0' /> <set name='feet' val='0' /> <set name='skill_id' val='3501' /> <set name='shield' val='0' /> <set name='shield_skill_id' val='0' /> <set name='enchant6skill' val='0' /> </armorset>
  21. About nick color, isn't your character a GM? :D otherwise as Wyatt said, check EnterWorld.java Npc glow.. it may be addon for npcs, or facked up custom code (clan crest on npc in town which castle belongs to you -- in past I messed by this and the result was the same.. :D) Btw, it would be better if you ask directly on frozen forum, they will know better.
  22. The difficulty is not so great to die for a friend, as to find a friend worth dying for.

  23. Not used it, nor checked the code, but the Rank System may refer to few options, like top pvp/pk. So, you can just enable for example JUST pk list, so the check is correct.
×
×
  • Create New...