Fast Leveling Event

Litro

New member
Messages
365
Points
0
Age
33
Location
Prontera
Github
Litro
Emulator
how to make if someone reached max level when the event going will be automaticaly will be the winner

i just make the part of the script, but when the script trigered it will check if there is the winner or not

- script Fast Leveling Event -1,{OnPCBaseLvUpEvent: set .@eac, eaclass(); if( ( .@eac&EAJL_THIRD ) && ( BaseLevel == .@BaseLevel ) && ( JobLevel == .@JobLevel ) ){ switch(Class){ case 4060: if( ) // confused in this part case 4073: case 4061: case 4074: case 4062: case 4075: case 4076: case 4063: case 4077: case 4064: case 4078: case 4065: case 4079: default: end; } } end;OnInit: .@BaseLevel = 150; .@JobLevel = 50; end;}
and i want to make its archived for the hall of fame or Ladder, for this i think i need to make sql database, that have table Char Name, Class and time elapse from moment the event start, the npc will look like this

1. Litro - Rune Knight - 4 Hours

2. SomeOne - Warlock - 4 Hours 5 Minute 2 second

3. WhoEver - Sura - 5 Hours 1 Minute 37 second

 
Back
Top