-
Posts
382 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by GM Winter
-
Do anyone have the Sorcerer Viel sprite?
GM Winter replied to rockbardz's question in Graphics Requests
welcome dude -
its good and no bug i just only check the item price but its all good i also remove some pets thats not included in my server episode
-
hello everyone did someone knows where this error came from
-
How to fix loading main.sql error? "Create Table If Not Exists"
GM Winter replied to vityd's question in Installation Support
follow this guide : [Tutorial] Video Edition - How to Setup rAthena and run Ragnarok Updated 2018-7-28 - Installation Support - rAthena -
here you go battle.cpp
-
How to fix loading main.sql error? "Create Table If Not Exists"
GM Winter replied to vityd's question in Installation Support
ignore it continue uploading rathena_logs -
rathena re
-
thats not normal this is mine
-
try this guide i used this guide and now im running my own server credits to the owner [Tutorial] Video Edition - How to Setup rAthena and run Ragnarok Updated 2018-7-28 - Installation Support - rAthena
-
what apache are you using ? xampp? use wamp
-
Ro rAthena 2020 Offline accessory.lub problem
GM Winter replied to rudy1993's question in General Support
use this GitHub - llchrisll/ROenglishRE: An unofficial english translation project for Korea Ragnarok Online (kRO). or here accessoryid.lub -
Do anyone have the Sorcerer Viel sprite?
GM Winter replied to rockbardz's question in Graphics Requests
here https://www.mediafire.com/file/jjxzdod0sy988cg/Sorcerer_Hood.rar/file i uploaded it for you -
ow now i remember thanks buds
-
thank you very much men
-
Hello i would like to ask where can i find this box the hair color selection i would like to remove the hair color selection but i dont really dont have any idea how.
-
hello i would like to ask if theres any change that only in the specific map they will get fame points in pvp ranking heres the Script: // https://rathena.org/board/topic/107986-requesting-for-a-pvp-ranking-w-reset/ /* ALTER TABLE `char` ADD `pvp_kill` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `fame`; */ prontera,146,103,5 script PVP Warper 753,{ doevent "pvp_rank_main::OnTalk"; } - script pvp_rank_main -1,{ OnTalk: mes "[PvP Room Master]"; mes "Where do you wanna go?"; next; switch ( select ( "Izlude", "Prontera", "Death Match", "PVP Ranking", ( getgmlevel() >= 99 ) ? "^FF0000[GM] Reset PVP Ranking^000000":"" )) { case 1: // Izlude PVP Room if (getmapusers("pvp_y_1-2") > 99) callsub S_full; if (BaseLevel <98) { mes "Excuse me, but"; mes "did you not come prepared?"; mes "you need to be"; mes "atleast level 98 above!"; close; } warp "pvp_y_1-2",0,0; announce ""+strcharinfo(0)+" entered Izlude PVP ROOM !",bc_all,0xCCFFFF; end; case 2: // Prontera PVP Rooom if (getmapusers("prt_pvp") > 99) callsub S_full; if (BaseLevel <98) { mes "Excuse me, but"; mes "did you not come prepared?"; mes "you need to be"; mes "atleast level 98 above!"; close; } warp "prt_pvp",0,0; announce ""+strcharinfo(0)+" entered Prontera PVP ROOM !",bc_all,0xCCFFFF; end; case 3: // Death Match Arena if (getmapusers("bat_cc2") > 99) callsub S_full; if (BaseLevel <98) { mes "Excuse me, but"; mes "did you not come prepared?"; mes "you need to be"; mes "atleast level 98 above!"; close; } warp "bat_cc2",0,0; announce ""+strcharinfo(0)+" entered Death Match Arena !",bc_all,0xCCFFFF; end; default: mes "[PvP Room Master]"; mes "PVP Ranking"; query_sql( "SELECT `name`,`pvp_kill` FROM `char` WHERE `pvp_kill` > 0 ORDER BY `pvp_kill` DESC LIMIT 10", [email protected]$, [email protected]_kill ); [email protected] = getarraysize( [email protected]$ ); for ( [email protected] = 0; [email protected] < [email protected]; [email protected]++ ) { mes "["+([email protected] + 1 )+"] "[email protected]$[[email protected]]+" - "[email protected]_kill[[email protected]]+" kill(s)"; } break; case 5: mes "[PvP Room Master]"; mes "Reset Ranking? Action cant be undo. Confirm your action."; if ( select( "Confirm","Cancel" ) == 1 ) { query_sql( "UPDATE `char` SET `pvp_kill` = 0 WHERE `pvp_kill` > 0" ); mes "Done."; } break; } close; L_Enter: [email protected]$ = getarg( 0,"" ); [email protected]$ = getarg( 1,"" ); [email protected]_player = getarg( 2,0 ); [email protected] = getmapusers( [email protected]$ ); mes "[PvP Room Master]"; if ( [email protected] == -1 ) { mes "Invalid map."; } else if ( [email protected]_player > 0 && [email protected] >= [email protected]_player ) { mes "I'm sorry but the PVP Room is already full!"; } else { mes [email protected]$ + " ["[email protected]+"/"[email protected]_player+"]"; if ( select( "Enter" ) == 1 ) { warp [email protected]$,0,0; } } return; OnPCKillEvent: if ( getcharid(3) != killedrid ) { query_sql( "UPDATE `char` SET `pvp_kill` = `pvp_kill` + 1 WHERE `char_id` = "+getcharid(0)+" LIMIT 1" ); } end; OnInit: OnTimer0050: showscript "PVP Warper", getnpcid(0); initnpctimer; end; } // PvP Room ---------------------------------------------- prontera,146,164,5 duplicate(PVP Warper) PVP Warper#prt 753
-
sometimes there not in the search bar
-
hello i dont know if im in the right section but can somebody tell me where to edit this text in forging material
-
anybody knows how?
-
Thanks man problem solved in few edits
-
i already import it in the itemdb but it still error