Jump to content

Kariton Revolution

Members
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Kariton Revolution

  1. hello how to use this commands @sound it's reading BGM? folder?
  2. MapName,0,0,0,0<TAB>monster<TAB>Monstername<TAB>Mobid,Amount of Mob's,0,0,0 mjolnir_12,0,0,0,0 monster Jinn 2309,1,0,0,0
  3. nothing happen after i delete the lua.file's in my data folder and login to my client and save the hotkey nabalik lang lht ng lua.
  4. how i know if im using different hotkey.lub/lua thx its not working Delete all Option Files in data? or grf? and another prob how to delete file in grf using neoncube pls thx ^^
  5. Everytime i login in my RO my Hotkey is always this> prob1.jpg and if i change this to f1 to f9 prob2.jpg when i logout or close the client it will back to prob1.jpg here's my data folder prob3.jpg
  6. pano mag lagay ng Vote4Points? sa ceres penge po guide thanks hello
  7. i don't have this ";" to "," ??? its not working Problem Solved
  8. error on Line 30 if i add space error on line 31 ? //===== eAthena Script ====================================== //= Woe Warper //=========================================================== //===== By ================================================== //= [banned] //===== Version ============================================= //= 0.1 //===== Compatible With ===================================== //= eAthena SVN and Freya SVN //===== Description ========================================= //= Warp you to castle area //===== Comments ============================================ //= 1.0 - Initial beta release [banned] //=========================================================== prontera.gat,163,205,5 script WoE Warper 1029,{ mes "[^ff0000WoE Warper^000000]"; mes "Hi ^0000CD"+strcharinfo(0)+"^000000! I can warp you to some castle areas!"; mes "You Want?"; menu "Yes",LGOGO,"No",LNO; LGOGO: mes "[^ff0000WoE Warper^000000]"; mes "Great, Choose the Map!"; menu "^008000- ^000000 Monday ^FF0000["+ (getmapusers("sch_gld.gat"))+ "]^000000",PRT, "^008000- ^000000 Tuesday ^FF0000["+ (getmapusers("gef_fild13.gat"))+ "]^000000",PAY, "^008000- ^000000 Wednesday ^FF0000["+ (getmapusers("prt_gld.gat"))+ "]^000000",GEF, "^008000- ^000000 Thursday ^FF0000["+ (getmapusers("aru_gld.gat"))+ "]^000000",ALDE; "^008000- ^000000 Friday ^FF0000["+ (getmapusers("aru_gld.gat"))+ "]^000000",AL1; "^008000- ^000000 Saturday ^FF0000["+ (getmapusers("prt_gld.gat"))+ "]^000000",ALE2; "^008000- ^000000 Sunday ^FF0000["+ (getmapusers("sch_gld.gat"))+ "]^000000",ADE3; PRT: mes "[^ff0000WoE Warper^000000]"; mes "Here we go!"; warp "sch_gld.gat", 288,254; close; PAY:mes "[^ff0000WoE Warper^000000]"; mes "Here we go!"; warp "gef_fild13.gat", 143,240; close; GEF: mes "[^ff0000WoE Warper^000000]"; mes "Here we go!"; warp "prt_gld.gat", 110,240; close; ALDE: mes "[^ff0000WoE Warper^000000]"; mes "Here we go!"; warp "aru_gld.gat", 290,107; close; AL1: mes "[^ff0000WoE Warper^000000]"; mes "Here we go!"; warp "aru_gld.gat", 298,344; close; ALE2: mes "[^ff0000WoE Warper^000000]"; mes "Here we go!"; warp "prt_gld.gat", 132,165; close; ADE3: mes "[^ff0000WoE Warper^000000]"; mes "Here we go!"; warp "sch_gld.gat", 294,94; close; LNO: mes "[^ff0000WoE Warper^000000]"; mes "Ok, Good Bye."; close; }
  9. hi emistry can u edit my script Thanks
  10. na edit mo ung subnet mo kung di pa edit mo ung subnet mo
  11. After i answer the code Mute for 1337 min how to make after you correct answer ur now unmute thanks ^^ After i answer the code Mute for 1337 min how to make after you correct answer ur now unmute thanks ^^
  12. Can u edit this you can't use @go and @load commands when script is running some Screen shot i want you can't use @go and @load Command When script promp like that Ty Here's the script //===== eAthena Script ======================================= //= Bot Checker v2 //===== Made By: ============================================ //= Mystogan //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= //= Simple Bot Checker with a code and 3 attempts. //======================================================== - script AntiBotCheckerData -1,{ OnPCLoginEvent: if (refresh == 1) { set @bot1, rand (10,99); set @bot2, rand (2,7); set @bot3, rand (1,9); set @bot4, rand (5,9); set @bot5, rand (0,8); set @bot6, rand (10,99); mes "[^00ccffBot Checker^000000]"; mes "You will have 3 Attempts."; next; mes "[^00ccffBot Checker^000000]"; mes "Well, this would be your first attempt."; next; mes "[^00ccffBot Checker^000000]"; mes "If you failed to enter the code within 3 attempts, you will be immidiately jailed."; next; mes "[^00ccffBot Checker^000000]"; mes "Please enter this code."; mes ""; mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000"; input @codes2$; if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") { next; mes "[^00ccffBot Checker^000000]"; mes "We have confirmed that you're not a bot."; set refresh,1; close; } next; mes "[^00ccffBot Checker^000000]"; mes "The code you have entered is incorrect."; mes "Please try again."; next; set @bot1, rand (10,99); set @bot2, rand (2,7); set @bot3, rand (1,9); set @bot4, rand (5,9); set @bot5, rand (0,8); set @bot6, rand (10,99); mes "[^00ccffBot Checker^000000]"; mes "^ff0000SECOND ATTEMPT!^000000"; next; mes "[^00ccffBot Checker^000000]"; mes "Please enter this code."; mes ""; mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000"; input @codes2$; if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") { next; mes "[^00ccffBot Checker^000000]"; mes "We have confirmed that you're not a bot."; set refresh,1; close; } next; mes "[^00ccffBot Checker^000000]"; mes "The code you have entered is incorrect."; mes "Please try again."; next; set @bot1, rand (10,99); set @bot2, rand (2,7); set @bot3, rand (1,9); set @bot4, rand (5,9); set @bot5, rand (0,8); set @bot6, rand (10,99); mes "[^00ccffBot Checker^000000]"; mes "^ff0000THIRD ATTEMPT!^000000"; next; mes "[^00ccffBot Checker^000000]"; mes "Please enter this code."; mes ""; mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000"; input @codes2$; if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") { next; mes "[^00ccffBot Checker^000000]"; mes "We have confirmed that you're not a bot."; set refresh,1; close; } next; mes "[^00ccffBot Checker^000000]"; mes "The code you have entered is incorrect."; mes "We will jail you."; set refresh,1; atcommand strcharinfo(0)+ "@jail "+strcharinfo(0)+""; close; } set @bot1, rand (10,99); set @bot2, rand (2,7); set @bot3, rand (1,9); set @bot4, rand (5,9); set @bot5, rand (0,8); set @bot6, rand (10,99); mes "[^00ccffBot Checker^000000]"; mes "You will have 3 Attempts."; next; mes "[^00ccffBot Checker^000000]"; mes "Well, this would be your first attempt."; next; mes "[^00ccffBot Checker^000000]"; mes "If you failed to enter the code within 3 attempts, you will be immidiately jailed."; next; mes "[^00ccffBot Checker^000000]"; mes "Please enter this code."; mes ""; mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000"; input @codes2$; if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") { next; mes "[^00ccffBot Checker^000000]"; mes "We have confirmed that you're not a bot."; set refresh,1; close; } next; mes "[^00ccffBot Checker^000000]"; mes "The code you have entered is incorrect."; mes "Please try again."; next; set @bot1, rand (10,99); set @bot2, rand (2,7); set @bot3, rand (1,9); set @bot4, rand (5,9); set @bot5, rand (0,8); set @bot6, rand (10,99); mes "[^00ccffBot Checker^000000]"; mes "^ff0000SECOND ATTEMPT!^000000"; next; mes "[^00ccffBot Checker^000000]"; mes "Please enter this code."; mes ""; mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000"; input @codes2$; if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") { next; mes "[^00ccffBot Checker^000000]"; mes "We have confirmed that you're not a bot."; set refresh,1; close; } next; mes "[^00ccffBot Checker^000000]"; mes "The code you have entered is incorrect."; mes "Please try again."; next; set @bot1, rand (10,99); set @bot2, rand (2,7); set @bot3, rand (1,9); set @bot4, rand (5,9); set @bot5, rand (0,8); set @bot6, rand (10,99); mes "[^00ccffBot Checker^000000]"; mes "^ff0000Warning: THIRD ATTEMPT!^000000"; next; mes "[^00ccffBot Checker^000000]"; mes "Please enter this code."; mes ""; mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000"; input @codes2$; if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") { next; mes "[^00ccffBot Checker^000000]"; mes "We have confirmed that you're not a bot."; set refresh,1; close; } next; mes "[^00ccffBot Checker^000000]"; mes "The code you have entered is incorrect."; mes "We will jail you."; set refresh,1; atcommand strcharinfo(0)+ "@jail "+strcharinfo(0)+""; close; }
  13. Enrich Elu & enrich Ori Refiner 1 Enrich Elu or 1 Enrich Ori = 100% Success refine thx
  14. e2 binago ko sa src/map/atcommand.c e2 ung ginawa ko pinaltan ko ung prontera pero pag compile ko 2 error parin/
  15. gusto ko sana paltan ung @go 0 prontera gagawin ko ung @go 0 sa Custom map ko pano un? kc ni rename ko ung sa src/map/atcommand.c pati src/common/mapindex.h lahat ng prontera pinaltan ko ng Custom map ko pero pag compile ko error how e2 ung sinunod ko http://www.eathena.ws/board/index.php?showtopic=205044
×
×
  • Create New...