AnnieRuru
~~Cute~Cute~Scripter~~
- Messages
- 1,677
- Points
- 0
- Location
- your next door ~
- Discord
- AnnieRuru#1609
- Github
- AnnieRuru
- Emulator
- Client Version
- 2019-05-30aRagexeRE
ok so I have been annoyed by some people claiming that statue doesn't work
so I tackle this topic instead -> https://rathena.org/board/topic/125602-statue-npc-not-pvp-rankings/
let GM do whatever they want with this npc,
let it disguise as a player to reward them as a champion in an event, or just to shame a player for doing wrong things
whatever
Download: 1.4
script
Remember the color code
remember Navigation link and Item Link
so I tackle this topic instead -> https://rathena.org/board/topic/125602-statue-npc-not-pvp-rankings/
let GM do whatever they want with this npc,
let it disguise as a player to reward them as a champion in an event, or just to shame a player for doing wrong things
whatever
Download: 1.4
script
Remember the color code
remember Navigation link and Item Link
0.1 - script
- proof of concept
0.2 - script
- expanding ideas
1.0 - script
- initial release
1.1 - script
- make the statue data survive a server restart
1.2 - script
- fix a bug that server throw rid2name not found error
- add more name limitation such as npc name can't have # symbol
- allow to add more than one statue
- allow to search for offline player
1.3 - script
- fix if the server has custom animation sprite, reset the view sprite back to 0
- allow to disguise as another NPC
- add log to know which GM setup this statue/NPC
- add friendly reminder tricks for how to setup the text message
1.4 - script
- fix a bug when there is no text line and insert an empty space, causes Complete Setup doesn't work
- proof of concept
0.2 - script
- expanding ideas
1.0 - script
- initial release
1.1 - script
- make the statue data survive a server restart
1.2 - script
- fix a bug that server throw rid2name not found error
- add more name limitation such as npc name can't have # symbol
- allow to add more than one statue
- allow to search for offline player
1.3 - script
- fix if the server has custom animation sprite, reset the view sprite back to 0
- allow to disguise as another NPC
- add log to know which GM setup this statue/NPC
- add friendly reminder tricks for how to setup the text message
1.4 - script
- fix a bug when there is no text line and insert an empty space, causes Complete Setup doesn't work
use Notepad++ regular expression replace
find
replace with
find
Code:
- `(\w+)`: (\d+)
Code:
.npcsprite$[\1] = "\1";
Last edited by a moderator:
