Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. This and if there isn't already such a config, then you can't do it w/o Eclipse.
  2. GM character? Surely there is some shitty configs which don't allow you trade items when you're gm, you're not online more than XX hours, you don't have brain and such. Better post dat on frozen forum, they know better dat crappy pack.
  3. Dat http://www.maxcheaters.com/topic/171642-raid-event-npc-html-problem/
  4. lol MXCDev.. I start to think that you got a kind of a bot which search for "dos/ddos" keyword and you reply there.. :D
  5. Don't make excuses, make results ! :troll:
  6. Dat http://www.maxcheaters.com/topic/171800-hi-all-some-help/
  7. Don't use default l2j interlude sources..
  8. "lf for" => "looking for for" you nab.. :D So many ppl use shortcuts w/o knowing their mean? :okey: Good luck my young padawan.
  9. L2NpcInstance @Override public boolean isAttackable() { if(isInsideZone(ZoneId.TOWN)) { return false; } return true; } Or mod L2Npc to look like that (add the check). Up to you which file you will mod.
  10. Dat, junk http://www.maxcheaters.com/topic/171777-dev-για-c6/?p=2292314
  11. Only if you want to connect from other PC or to let other ppl connect to your. If you host the server just for fun, only for your use, put 127.0.0.1 :P
  12. looooooooooooooooooooooooool Just don't use it. aCis or frozen., but no so old, buggy l2j :D but wait a moment, you were posting @ aCis section, so aren't you using aCis ?
  13. Move this one, it's more like a general request. http://www.maxcheaters.com/topic/171454-helpcant-close-window/
  14. You should play with CharInfo.java, so the effect will be just visual. Index: java/net/sf/l2j/gameserver/network/serverpackets/CharInfo.java =================================================================== --- java/net/sf/l2j/gameserver/network/serverpackets/CharInfo.java (revision 313) +++ java/net/sf/l2j/gameserver/network/serverpackets/CharInfo.java (working copy) @@ -20,6 +20,7 @@ import net.sf.l2j.gameserver.model.Location; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.model.itemcontainer.Inventory; +import net.sf.l2j.gameserver.model.zone.ZoneId; import net.sf.l2j.gameserver.skills.AbnormalEffect; public class CharInfo extends L2GameServerPacket @@ -153,10 +154,20 @@ else writeS(_activeChar.getTitle()); - writeD(_activeChar.getClanId()); - writeD(_activeChar.getClanCrestId()); - writeD(_activeChar.getAllyId()); - writeD(_activeChar.getAllyCrestId()); + if(_activeChar.isInsideZone(ZoneId.ZONE_MULTIFUNCTION)) + { + writeD(0); + writeD(0); + writeD(0); + writeD(0); + } + else + { + writeD(_activeChar.getClanId()); + writeD(_activeChar.getClanCrestId()); + writeD(_activeChar.getAllyId()); + writeD(_activeChar.getAllyCrestId()); + }
  15. Nop, I don't think so.. Surely you can find some shared packs, but it's a crap.
  16. ZoneData: No such zone type: MultiFunctionZone in file: peace.xml I believe your new file must be named MultiFunctionZone.xml .. :P Edit: Or maybe not.. Well, just check :troll:
  17. http://www.maxcheaters.com/topic/171616-primeshop-gamepoint-item-h5/ Junk that shiat :D
  18. Da yum, the power of energi. http://www.maxcheaters.com/topic/171552-event-energi-help/
  19. 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..
  20. 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>
  21. Sorry, but you just repeat his words, lol :D ACP = Account Control Panel, not java related just php and such :P
  22. 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.
  23. 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
  24. lol, new way to spy :D Good luck & trusted :)
×
×
  • 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