RN1986 Posted June 16, 2012 Posted June 16, 2012 panu ilagay ung killings free ung mga ganon domintaing? Quote
v00m3r Posted June 16, 2012 Posted June 16, 2012 (edited) script ni ghost.. http://rathena.org/b...pvp-system-v13/ put mp3 files to your data folder. data/wav and also the sql table dont forget about this.. Edited June 16, 2012 by v00m3r Quote
RN1986 Posted June 17, 2012 Author Posted June 17, 2012 hi v00m3r how to convert txt in pastbin into sql? where do i need to put? the scrip do i neet to make a npc? to load? Quote
v00m3r Posted June 17, 2012 Posted June 17, 2012 (edited) 1. Pastebin: http://pastebin.com/xSNqYtJm 2. SQL Table: http://pastebin.com/dEqrkczy 3. Required File: http://www.mediafire...i3uutvdp00jw4r8 Number 1 is the NPC.. Number 2 is for the SQL. 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;[/indent] paste it on sql and run script. Edited June 17, 2012 by v00m3r Quote
RN1986 Posted June 18, 2012 Author Posted June 18, 2012 (edited) Solved! Edited June 18, 2012 by RN1986 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.