Jump to content

Recommended Posts

Posted

w8 a minute... :/ shouldnt there be 3 commands ? 1 for join oly WITH class restriction (lets say .joinolyclass) and one for whatever class ? (.joinolyall for ex.) and 1 for unregister ?

 

correct! pls add it and reshare! thx in advance! :)

Posted

its for joining in all

 

if you want with class restriction make it yourself :) i am bored

 

Your code is for joining in oly with class restriction - no class restriction would be:

 

    Olympiad.getInstance().registerNoble(activeChar, false);

 

And somehow the unregister command isnt working at all or is it because im using l2jfree?^^

  • 1 year later...
Posted

tested:in this line:if (player.isInOlympiadMode()      --->in the .leaveoly command

you forgot: || Olympiad.getInstance().isRegistered(player))

so it must be:if (player.isInOlympiadMode() || Olympiad.getInstance().isRegistered(player))

 

 

 

  • 3 months later...
  • 6 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...