Jump to content

casanova

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by casanova

  1. //Normal prontera,162,192,4 script Ranking Staff 803,{ cutin "hu_alex05",2; set @nome$,"[ ^FF0000 Ranking Staff ^000000 ]"; mes @nome$; mes "Hello "+strcharinfo(0)+"."; next; mes @nome$; mes "Choose your ranking list?"; next; switch(select("- ^FFA500Rankings of PvP [TOP 10]^000000","- ^008B8BRankings of GvG [TOP 10]^000000")) { case 1: mes @nome$; mes "Okay, This is the List of PvP [TOP 10]"; next; query_sql "SELECT name, kills, deaths FROM PVP ORDER BY kills DESC LIMIT 10",@name$,@kills,@deaths; dispbottom "Ranking PvP [TOP 10]"; dispbottom " "; dispbottom "Position <~> Name <~> Kill <~> Died"; dispbottom " "; for(set @i,0;@i<=9;set @i,@i+1) { dispbottom "["+(@i+1)+"] <~> "+@name$[@i]+" <~> "+@kills[@i]+" <~> "+@deaths[@i]+""; } close; case 2: mes @nome$; mes "Okay, This is the List of GvG [TOP 10]"; next; query_sql "SELECT name, kills, deaths FROM gvg ORDER BY kills DESC LIMIT 10",@guild_name$,@guild_kills,@guild_deaths; dispbottom "Ranking GvG [TOP 10]"; dispbottom " "; dispbottom "Position <~> Name of the Guild <~> Wins <~> Loses"; dispbottom " "; for(set @i,0;@i<=9;set @i,@i+1) { dispbottom "["+(@i+1)+"] <~> "+@guild_name$[@i]+" <~> "+@guild_kills[@i]+" <~> "+@guild_deaths[@i]+""; } close; cutin "",255; } } } } =============================== can you help me where to put the cutin "",255; -- bcoz its not working after choosing case1 & 2.. help please
  2. i know its a noob question but please do answer, where to put EXACTLY the wav folder and the sql thing? please help guys. its my first time creating a server.
  3. help guys please. please help me to make this one as a applicable texture to my custom npc. coz its not working. i only edit it through paint Character_Clown01.bmp
  4. kindly help me where to put [cutin "",255;] to remove the image after talking .. please help. thanks in advance jobmaster.txt
  5. i tried everything i see in this forum/google/showname/diplay_party_name:yes... but it still wont work. please help me guys
  6. hi sir/maam, how to fix this?., i use the username i put at the database and also from the tutorial which is user:as, pass:as... thanks in advance
  7. sorry about the link. i thought it would be easier if i put that link because you can also learn how to use xdiff patcher. going to change it now. just like boom said you may found xdiff on this link. now you may do the next step on #1 can u explain to me how to download the .xdiff file?.. does it have to be a xml document? coz its the only thing that shows when i try to click "save as..." help me please thankss hi sir/maam, can you tell and explain to me of what im going to do with this. my mind is completely blown up. i follow every step already
  8. hi sir, 05 August 2013 - 11:56 AM. --- is this the latest update of the tutorial? i mean the first post on the very top. combine will the realizations of mistakes? if that is the latest. i would definitely try it. thanks in advance.
×
×
  • Create New...