Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. By using the correct skill lvl.
  2. http://www.maxcheaters.com/topic/171909-compile-error/
  3. Dunno who did it, from where I download dat, but well.. Here you go, it's not exactly like this since it can't be.. It's on login (enterworld) I guess :D Also, no idea if it's working :troll: Ohh well, Elfo did it, so dat should be working. http://pastebin.com/Bnt0Z2Sq
  4. Add @Override before useVoicedCommand() method.
  5. Hahaha, I love you too :troll:
  6. Wyatt you lazy banana :( Well, so just post the "fix" in 1st post. Change XX to YY, you know :D
  7. We don't rly give the support to custom asks for 'randomers' on aCis forum, else someone is kind enough to answer. So, he has more chance to get the answer in here. Also it's his 3rd topic about dat question..
  8. This and if there isn't already such a config, then you can't do it w/o Eclipse.
  9. 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.
  10. Dat http://www.maxcheaters.com/topic/171642-raid-event-npc-html-problem/
  11. 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
  12. Don't make excuses, make results ! :troll:
  13. Dat http://www.maxcheaters.com/topic/171800-hi-all-some-help/
  14. Don't use default l2j interlude sources..
  15. "lf for" => "looking for for" you nab.. :D So many ppl use shortcuts w/o knowing their mean? :okey: Good luck my young padawan.
  16. 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.
  17. Dat, junk http://www.maxcheaters.com/topic/171777-dev-για-c6/?p=2292314
  18. 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
  19. 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 ?
  20. Move this one, it's more like a general request. http://www.maxcheaters.com/topic/171454-helpcant-close-window/
  21. 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()); + }
  22. Nop, I don't think so.. Surely you can find some shared packs, but it's a crap.
  23. 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:
×
×
  • Create New...