Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Nothing more to say. :) Just take it from H5 sources.
  2. You messed it.. else if (command.startsWith("1stClass")) From where you get that else if ? :troll: should be if (command.startsWith("1stClass")) I invite you to replace dat file with original code and add the check again.
  3. Nop, I don't need it. I never used and I won't use frozen.. :D Well, yeah, it could work since with false you're no longed inside Multifunction zone..
  4. Check for config maybe.. Also, I'd suggest you to use my system CLICK
  5. L2TownZone onExit :) AIO can't use class master so he automatically can't get sub, since he's still "newbie" aka no class :o
  6. - character.setInsideZone(L2Character.ZONE_MULTIFUNCTION, true); + character.setInsideZone(L2Character.ZONE_MULTIFUNCTION, false); lool, seriously ? :not bad:
  7. It ONLY displays the msg when you use the command it wrong way. I mean, if you type //removeaio without any target or without typing the name. It's working with name or with target. If you're using my AIO system, I believe it's bugless and if not, you should report dat @ my topic.. :D
  8. Good boy, you're trying and you success. Not like other ppl 'I try, but I can't find it'. If you know what I mean :troll: Feel free to ask if any problems :P
  9. You can't simply 'find it', else you can take the code from other pack which has it implemented. Check l2jserver svn, they probably got it working fine :P
  10. Yup, so by this all tabs will show the same :P
  11. https://svn.l2jserver.com/branches/L2_GameServer_it/java/net/sf/l2j/gameserver/communitybbs/ Dats the default location gameserver.communitybbs So, as you can see inside CommunityBoard.java for ex. if (command.startsWith("_bbsclan")) { ClanBBSManager.getInstance(). } So, when you press on Clan tab its gonna read ClanBBSManager file. So, you miss such file and the use inside it if (command.equals("_bbsclan")) { //some random crap which you want to display / do }
  12. If you're talking about the main categories tab (Top, Favorite, Region and so on) I believe it's client side and I doubt you can change it.
  13. Core side - you need sources.
  14. Aio get color at EnterWorld, so check there.
  15. Sayin' the error w/o the code.. :not bad: Better do screens, or at least paste the line where it gives you the error.. I'm not the wizard to guess what code you use, where it gives you error, you know.. Oups, looks like you don't :troll: Anyway, screen with the error information would be appreciated, or error and the line.
  16. 4. You give us the redirect link to fackin' adf.ly.. I'd ban you for that :troll:
  17. if (command.equalsIgnoreCase("offensive")) { activeChar.stopSkillEffects(26075); L2Skill offensive; offensive = SkillTable.getInstance().getInfo(26074, 1); offensive.getEffects(activeChar, activeChar); activeChar.sendMessage("You are in offensive mode."); } else if (command.equalsIgnoreCase("defensive")) { activeChar.stopSkillEffects(26074); L2Skill deffensive; deffensive = SkillTable.getInstance().getInfo(26075, 1); deffensive.getEffects(activeChar, activeChar); activeChar.sendMessage("You are in defensive mode."); } Try like that.
  18. Could you give me a link to any guide, please? :troll:
  19. Well, I don't use H5 so dunno how works dat doSimultaneousCast.. So, try like that. Make the skill toogle and change it to activeChar.doCast(offensiveSkill); - Interlude way :D Also, from my pov dat looks kinda weird activeChar.stopSkillEffects(26074); L2Skill offensiveSkill = SkillTable.getInstance().getInfo(26074, 1); Stop and launch ? :-\ I mean, shouldn't dat stopSkillEffects from defense if active and then launch offensive? I think dat was supposed to be.. Or try to delete dat line about stopSkillEffects and see if this cause the problem or not. Or make it like that L2Skill offensiveSkill = SkillTable.getInstance().getInfo(26074, 1); activeChar.doSimultaneousCast(offensiveSkill); to L2Skill offensive; offensive = SkillTable.getInstance().getInfo(26074, 1); offensive.getEffects(activeChar, activeChar); Some advices how I would do that, I guess.. :P
  20. It's not an instruction.. :troll: He's asking 'how to add the code' and not 'how to configure links' :D And I am lazy to write all this.. But if you revert some pages back, you will find how since when I wasnt lazy, I did :D
  21. Oh, I didn't knew that. Well, so maybe show us the code. Or at least the piece where it's applying the buff / take it off. Btw, the movie can be just downloaded and I'm lazy to do it. Next time upload it where we can watch it :D or it's just me.. "Your browser cannot play this file" :rage:
  22. Pm'ed :troll: Also, I rec this g@y :happyforever:
  23. Just ignore them.
×
×
  • Create New...