Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. 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
  2. Yup, so by this all tabs will show the same :P
  3. 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 }
  4. 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.
  5. Core side - you need sources.
  6. Aio get color at EnterWorld, so check there.
  7. 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.
  8. 4. You give us the redirect link to fackin' adf.ly.. I'd ban you for that :troll:
  9. 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.
  10. Could you give me a link to any guide, please? :troll:
  11. 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
  12. 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
  13. 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:
  14. Pm'ed :troll: Also, I rec this g@y :happyforever:
  15. Just ignore them.
  16. Oh my Godness, what a kick-ass topic :troll: Good job :D
  17. "Who does not sit LEARN ... never will stand for TEACH ..." What's the difference? :rage:
  18. What Wyatt the lazy melon said :troll:
  19. Just search over Eclipse for "addReputationScore" / "setReputationScore" / "ReputationScore" and you will see what is the correct method. As I see it's correct method, so there shouldn't be any error. Anyway, post the error/screen here or create new topic in request help, as you wish.
  20. No matter how many mistakes you make or how slow your progress is. You are still way ahead of everyone who isn't trying.

    1. Tryskell

      Tryskell

      Well if you make too much mistakes it means you suck and you should continue to play instead of even trying.

       

      (troll inside)

    2. SweeTs

      SweeTs

      looool, screw you :D

  21. We don't know what kind of people we truly are until the moment before our deaths.

×
×
  • 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