-Gives the player the option to change his/her announcer in game when killing players
-announcers Dota Announcer Pack, HoN Default Announcer Pack, HoN Ms.Pudding Announcer Pack, HoN Flamboyant Announcer Pack, HoN Ball Of Steel Announcer Pack, HoN British English Announcer Pack, HoN BreakyCPK Announcer Pack, HoN Pimp Announcer Pack, HoN Seductive Announcer Pack,
-Settings can be modified by a gm in game
My reason why i modified this
the reason why i modified this was -i need it for my server -i am a HoN/Dota player -its KEWL -ghost is still at school and his script is still not stable, i asked permission on his topic in rathena but he didnt replied for like 2-3 days(but i cant help myself to edit it )
How to make it work?
1st do a query on your database
CREATE TABLE IF NOT EXISTS `pvp_rank` (
`char_id` int(11) NOT NULL,
`account_id` int(11) NOT NULL,
`char` varchar(30) NOT NULL,
`kill` int(11) NOT NULL,
`death` int(11) NOT NULL,
`kdr` varchar(30) NOT NULL,
`killingstreak` int(11) NOT NULL,
`multikill` int(11) NOT NULL,
`killingspree` int(11) NOT NULL,
`dominating` int(11) NOT NULL,
`megakill` int(11) NOT NULL,
`unstoppable` int(11) NOT NULL,
`wickedsick` int(11) NOT NULL,
`monsterkill` int(11) NOT NULL,
`godlike` int(11) NOT NULL,
`beyondgodlike` int(11) NOT NULL,
`doublekill` int(11) NOT NULL,
`triplekill` int(11) NOT NULL,
`ultrakill` int(11) NOT NULL,
`rampage` int(11) NOT NULL,
`ownage` int(11) NOT NULL,
`nemesiskill` int(11) NOT NULL,
`feedcount` int(11) NOT NULL,
PRIMARY KEY (`char_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
or you can setup your default configurations in your npc file
Goals
so basicly what i or we need for impovement is -gm menu in game for adding more options like the map @_@ and item reward i dunno how to add it in menu
andsomeone who can clean the script
changelog
1/15/2013 4:06am ph time -fixed some announcers -feed count will be reset after your nemesis gave you a payback -menu is now working -save option now added in gm menu, set it to 1 before you make the changes -fixed streak ended if monster kills you - now your streak can only be ended with players -fixed loop problems -finally merged mercurial and ghost pvp system
1/15/2013 11:38 pm ph time -added a bit of delay on soundeffect example payback+doublekill+killingspree now has .5 sec delay before announcing the next kind of sound effect -fixed announcement when streak is 10 or more
1/16/2013 2:32am ph time -fixed player menu
1/16/2013 7:31pm ph time -added announcer fee option (zeny,cash,skull,item+amount) -added reset item fee option now its (zeny,cash,skull,item+amount)
1/16/2013 8:11pm ph time -for got to add options to change announcer fee and reset fee in gm option, NOW added
1/29/2013 11:15am ph time -added kills/death/kdr in pvp statistics added reset ladder option in gm menu
4/2/2013 8:35am ph time
-fixed menu bugs
-fixed announce map or all
Credits to the orginal authorsGHOST and MERCURIAL
you may now test it
i will try to support you guys as much as i can but i cant guarantee you
i will not support using this ladder for your flux or website because im not good at it
Question
icabit
INTRODUCTION
so this is ghost's pvp system(http://rathena.org/b...pvp-system-v13/) + mercurial(http://www.eathena.w...pe=post&id=8461)
i merged them to fix some functions
What does this npc do?
-basically a PvP ladder

-Gives the player the option to change his/her announcer in game when killing players
-announcers Dota Announcer Pack, HoN Default Announcer Pack, HoN Ms.Pudding Announcer Pack, HoN Flamboyant Announcer Pack, HoN Ball Of Steel Announcer Pack, HoN British English Announcer Pack, HoN BreakyCPK Announcer Pack, HoN Pimp Announcer Pack, HoN Seductive Announcer Pack,
-Settings can be modified by a gm in game
My reason why i modified this
the reason why i modified this was
-i need it for my server
-i am a HoN/Dota player
-its KEWL
-ghost is still at school and his script is still not stable, i asked permission on his topic in rathena but he didnt replied for like 2-3 days(but i cant help myself to edit it
How to make it work?
1st
do a query on your database
2nd this wav files : wav
data/wav
then add this npc: script
finally start your server
go to prontera setup your configurations
or you can setup your default configurations in your npc file
Goals
so basicly what i or we need for impovement is
-gm menu in game for adding more options
like the map @_@ and item reward
i dunno how to add it in menu
and someone who can clean the script
changelog
1/15/2013 4:06am ph time
-fixed some announcers
-feed count will be reset after your nemesis gave you a payback
-menu is now working-save option now added in gm menu, set it to 1 before you make the changes
-fixed streak ended if monster kills you - now your streak can only be ended with players
-fixed loop problems
-finally merged mercurial and ghost pvp system
1/15/2013 11:38 pm ph time
-added a bit of delay on soundeffect
example payback+doublekill+killingspree
now has .5 sec delay before announcing the next kind of sound effect
-fixed announcement when streak is 10 or more
1/16/2013 2:32am ph time
-fixed player menu
1/16/2013 7:31pm ph time
-added announcer fee option (zeny,cash,skull,item+amount)
-added reset item fee option now its (zeny,cash,skull,item+amount)
1/16/2013 8:11pm ph time
-for got to add options to change announcer fee and reset fee in gm option, NOW added
1/29/2013 11:15am ph time
-added kills/death/kdr in pvp statistics
added reset ladder option in gm menu
4/2/2013 8:35am ph time
-fixed menu bugs
-fixed announce map or all
Credits to the orginal authors GHOST and MERCURIAL
you may now test it
i will try to support you guys as much as i can but i cant guarantee you
i will not support using this ladder for your flux or website because im not good at it
Edited by icabitLink to comment
Share on other sites
42 answers to this question
Recommended Posts