Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Izlude arena 80+ #161

Closed
MrAntares opened this issue Dec 16, 2014 · 1 comment
Closed

Izlude arena 80+ #161

MrAntares opened this issue Dec 16, 2014 · 1 comment
Labels
component:script A fault that lies within the scripts of rAthena

Comments

@MrAntares
Copy link

The 80+ mission script says:

OnInit:
waitingroom "Individual; Level 80 to "+(checkre(0)?"160":"99"),50,"Lv80 Waiting Room::OnStartArena",1,1000,80;
enablewaitingroomevent;
end;

(checkre(0)?"160":"99"),

Since renewal max lvl is now 175, we should change the 160 in the script to match the max level (or make it to follow the server's max level setting)

@MrAntares MrAntares added the component:script A fault that lies within the scripts of rAthena label Dec 16, 2014
@Emistry
Copy link
Contributor

Emistry commented Dec 19, 2014

How about change to use
getbattleflag( "max_level" )
to auto determine the max level ??

@euphyy euphyy closed this as completed in 8c3bc4f Dec 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:script A fault that lies within the scripts of rAthena
Projects
None yet
Development

No branches or pull requests

2 participants