AnnieRuru
~~Cute~Cute~Scripter~~
- Messages
- 1,677
- Points
- 0
- Location
- your next door ~
- Discord
- AnnieRuru#1609
- Github
- AnnieRuru
- Emulator
- Client Version
- 2019-05-30aRagexeRE
Download: 1.3
plugin
--------------------------------
everything is inside this sample
http://upaste.me/10bb21957e0971185
its meant to attachrid online players
checkmes ...
is just like addrid with type 1 ... means only attachrid on players that doesn't have a npc dialog
- script test dialog -1,{Onaaa: mes "hi"; close;OnInit: while (1) { getmemberaid ALL_CLIENT; for ( .@i = 0; .@i < $@onlinecount; .@i++ ) { if ( !checkmes( $@onlineaid[.@i] ) ) { // if don't have a npc dialog attachrid $@onlineaid[.@i]; addtimer 1, strnpcinfo(0)+"::Onaaa"; } } sleep 1000; }}
plugin
--------------------------------
everything is inside this sample
http://upaste.me/10bb21957e0971185
its meant to attachrid online players
checkmes ...
is just like addrid with type 1 ... means only attachrid on players that doesn't have a npc dialog
- script test dialog -1,{Onaaa: mes "hi"; close;OnInit: while (1) { getmemberaid ALL_CLIENT; for ( .@i = 0; .@i < $@onlinecount; .@i++ ) { if ( !checkmes( $@onlineaid[.@i] ) ) { // if don't have a npc dialog attachrid $@onlineaid[.@i]; addtimer 1, strnpcinfo(0)+"::Onaaa"; } } sleep 1000; }}
1.0
plugin
patch
1.1
-- fixed uint16 into int16 for map index
plugin
patch
1.2
-- fixed battleground team listing bug
plugin
patch
outdated sample
http://upaste.me/0b2010783212b7248
1.3
-- reorganize format thanks to haru
-- fix player and guild type using wrong $@onlineaid index ( should be j, not i )
plugin
plugin
patch
1.1
-- fixed uint16 into int16 for map index
plugin
patch
1.2
-- fixed battleground team listing bug
plugin
patch
outdated sample
http://upaste.me/0b2010783212b7248
1.3
-- reorganize format thanks to haru
-- fix player and guild type using wrong $@onlineaid index ( should be j, not i )
plugin
Last edited by a moderator: