Jump to content

PewN

Members
  • Posts

    892
  • Joined

  • Last visited

Everything posted by PewN

  1. open the disguise then check the mapserver if there's a error!
  2. PewN

    changegm NPC

    prontera,0,0,0 script Changer 100,{ if(agitcheck() ){ mes "War is currently in progress"; close; } mes " OK Please Input the name of the character"; mes "The player mus be online!"; next; input #input$; atcommand "@changegm "+#input$+""; mes "Done!"; close; }
  3. can u help me here. i want to search account_id. if gm input is username that username account id will shown is this correct? case 2: mes "[ ^008000Forgot System^000000 ]"; mes "Input the username!"; next; input .@input2; query_sql("SELECT `account_id` FROM `login` WHERE `userid` ="+.@input2+" LIMIT 1", .@value2$); mes "[ ^008000Forgot System^000000 ]"; mes "[^FF0000 "+.@input2+"^000000 ] Account ID [^0000FF "+.@value2$+"^000000 ]"; close;
  4. no. adding new map is more work. adding it on src. compile. but if you script it just add it on script_custom.conf then @loadnpc npc/custom/prontera.txt [ done ]! no need to download mapcache.exe and microsoft visual c++
  5. add OnInit: disablenpc " your npc name"; end;
  6. im gonna try it how can i add escape sql on this?
  7. ah ok thx well, if your cases did work..then just change the variable to ur variable... i am just providing a sample .. if i type the player's account id. it doesn't show but if i type my account id the variable is showing ..~~~~~~~~~~~ other player's variable doesn't show only my variable is showing.
  8. shou should i change the .@pass$ to my variable? #2ndpas$
  9. i want to gm search on global_reg_value . the variable is #2ndpas$ how can i do this. that search the #2ndpas$ variable ?? then the #2ndpas$ variable that the player set it will shown. how can i do this? header ,{ mes "[ Forgot ]"; mes "Hi GM!"; mes "forgot a Player 2nd password?"; next; switch(select("Yes:NO")){ case 1: mes "[ Forgot ]"; mes "Please Input Account ID"; next; input .@input$; query_sql("SELECT `str` FROM `global_reg_value` WHERE `account_id` = '"+escape_sql(.@input$)+"' LIMIT 1", .@account_id);
  10. can i request a command? @mutemap <mapname> <time>. also @unmutemap <mapname> can i have it im using [3ceam]. no diff. just a raw file please share it to me
  11. is the latest svn now is okay? no bug?
  12. but your Rocshield only reads data.ini? how can i set it to read my own.ini? how can i set other diff. like enable 127 hs. like that! gerome do you have program that i can encrypt my grf? cuz i found that the grf encryptor have bypass make new grf. merge the grf [ encrypted ]. then you can extract it now!
  13. i think you have error on pcre.! [ defpattern ]
  14. same problem. actually other member encounter this problem http://rathena.org/board/tracker/issue-6414-reloadscript-crashing-the-map-server/ <-- and here!
  15. i already seen like that . if you type @rms. like this. it will redirect you to rms.
  16. for those people wo are lazy you can script it. no need to compile
  17. look at my ss. i only do @cash but check the message and after i buy it. nothing happens. my character got freeze can't move and can't type how can i fix it?
  18. i don't know how to use lub files . so im using lua files thx Brynner
  19. request Lua files for 2010-06-16 on zip files cuz when i use this lua files Client Lua Rev#228 i can't press hotkey's please help
  20. when i host my server its okay but. when i transfer it on linux vps. the error show. how can i solve it my error is 'd'efpattern shown on mapserver
×
×
  • Create New...