AnnieRuru
~~Cute~Cute~Scripter~~
- Messages
- 1,677
- Points
- 0
- Location
- your next door ~
- Discord
- AnnieRuru#1609
- Github
- AnnieRuru
- Emulator
- Client Version
- 2019-05-30aRagexeRE
this one ... Paskie sent me the topic link asked me to write so ...
http://rathena.org/board/topic/93022-random-pker/
I finished it...
Download 2.1
scuffle_event_2.1.txt
also needs source modification of -> getmemberaid
this is a twist to last man standing event
every few hours (configurable), this event will randomly select a few players
those players who are quick enough to type '@scuffle' will be able to join the event
then its a last man standing ... the last one who stay in the map gains the prize
the condition to pick the players for the registrations are : ( by default )
- not a vendor
- not in a chatroom
- not inside an event map (nowarp and nowarpto mapflag)
- not a GM
- active in last 30 seconds
- base level above 55
- no same ip
to configure the time, simply change
OnClock0000: // Configure time here ...OnClock0600:OnClock1200:OnClock1800:..
http://rathena.org/board/topic/93022-random-pker/
I finished it...
Download 2.1
scuffle_event_2.1.txt
also needs source modification of -> getmemberaid
this is a twist to last man standing event
every few hours (configurable), this event will randomly select a few players
those players who are quick enough to type '@scuffle' will be able to join the event
then its a last man standing ... the last one who stay in the map gains the prize
the condition to pick the players for the registrations are : ( by default )
- not a vendor
- not in a chatroom
- not inside an event map (nowarp and nowarpto mapflag)
- not a GM
- active in last 30 seconds
- base level above 55
- no same ip
to configure the time, simply change
OnClock0000: // Configure time here ...OnClock0600:OnClock1200:OnClock1800:..
version 1.0
scuffle_event_1.0.txt
this PvP event ... randomly select 2 active players and put them to fight in an empty map
the condition to pick that 2 players are : ( by default )
- not a vendor
- not in a chatroom
- not inside an event map (nowarp and nowarpto mapflag)
- not a GM
- active in last 30 seconds
- base level above 55
so the winner of the duel gain the prize
scuffle_event_2.0.txt
completely rewrite of this script,
now this script become more complex and using registration instead of sending them in straight
scuffle_event_2.1.txt
-- fix a bug that some players might be in the map, should mapwarp them out
scuffle_event_1.0.txt
this PvP event ... randomly select 2 active players and put them to fight in an empty map
the condition to pick that 2 players are : ( by default )
- not a vendor
- not in a chatroom
- not inside an event map (nowarp and nowarpto mapflag)
- not a GM
- active in last 30 seconds
- base level above 55
so the winner of the duel gain the prize
scuffle_event_2.0.txt
completely rewrite of this script,
now this script become more complex and using registration instead of sending them in straight
scuffle_event_2.1.txt
-- fix a bug that some players might be in the map, should mapwarp them out
Attachments
Last edited by a moderator: