Jump to content

VladimirCastro

Members
  • Posts

    298
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by VladimirCastro

  1. well its easy to do. but maybe you just miss something . did u edit ur src already and recompile it? if yes it should work.. and is that re or - pre-re coz they have both diferent files to edit.
  2. hi sir mam where is the location of emoticons in grf?. i found it this is wat happen after editing it!
  3. hi i just want to ask how to change the sprite of Reverse Orcish [NPC Skill] (Skill ID# 294, iRO Name: Grampus Morph) Type Active Max Lv 1 Target Self Range 9 cells Stay Duration 1200 sec Effect Changes head of another player to that of an Orc. check the attachfiles below . or just tell where to find the sprite file
  4. // -------------------------------------------------- Special: // -------------------------------------------------- menu "Askydun",S1; S1: Go("Askydun",90,103); } make it like u can warp on that map if u have the requirement items. and if not show a message that u cannot warp here until u finish the Askydun Quest
  5. hi im having a problem i want to disable or auto kick or restric those people with costume disguise like a monster on woe?
  6. Askydun,84,109,4 script Healer#Askydun 950,{ percentheal 100,100; skilleffect 479,0; sc_start SC_FULLPROTECTION,360000,5; } i want it like if player doesnt have The bottle they wont get fp by npc. and the npc will tell that they dont have BOttle but still they can be healed.
  7. well i did message it. then it says @main unknown command i didnt use @main "Testing"
  8. hi how can i use 1 client in 2 ragnarok server
  9. i mean how can i make a sql database with that one?
  10. hi can i request that players can enter gold room for 30mins and can enter 1 a week
  11. hi please help me with this what does this error mean [Warning]: npc_event: player's event queue is full, can't add event 'WoEInfoBase::OnPCLoadMapEvent' !
  12. hi im using this script on my eamod and i got error see attachment below //===== eAthena Script ======================================================= //= Main Chat system //===== By: ================================================================== //= StaR-o //===== Current Version: ===================================================== //= 1.0 //===== Compatible With: ===================================================== //= any rathena version //===== Description: ========================================================= //= Adding a new @main channel without source edit and without ugly @main command //===== Additional Comments: ================================================= //= Still not final version, but ready to use //============================================================================ - script main -1,{ OnWhisperGlobal: if(callfunc("checkPermission","2,3,4,5,6,7,8,10,11,99")) { if(substr(@whispervar0$,0,3) == ".ban") { sscanf(@whispervar0$,".ban %s",.@banname$); set .@banid, getcharid(3,.@banname$); set .@origid, getcharid(3); if(attachrid(.@banid) && isloggedin(.@banid) && .@banname$ != "") { set ##mainban,1; message strcharinfo(0),"[#Main]: You have been banned from main chat."; attachrid .@origid; message strcharinfo(0),"[#Main]: "+.@banname$+" has been banned from main chat."; } else { attachrid .@origid; message strcharinfo(0),"[#Main]: "+.@banname$+" is offline or does not exist."; } end; } else if(substr(@whispervar0$,0,5) == ".unban") { sscanf(@whispervar0$,".unban %s",.@banname$); set .@banid, getcharid(3,.@banname$); set .@origid, getcharid(3); if(attachrid(.@banid) && isloggedin(.@banid) && .@banname$ != "") { set ##mainban,0; message strcharinfo(0),"[#Main]: You have been unbanned from main chat."; attachrid .@origid; message strcharinfo(0),"[#Main]: "+.@banname$+" has been unbanned from main chat."; } else { attachrid .@origid; message strcharinfo(0),"[#Main]: "+.@banname$+" is offline or does not exist."; } end; } } if(@whispervar0$ == "on") { atcommand "@main "+@whispervar0$; set mainchat,1; end; } else if(@whispervar0$ == "off") { atcommand "@main "+@whispervar0$; set mainchat,0; end; } if(##mainban == 1) { message strcharinfo(0),"[#Main]: You are currently banned from main chat."; } else { atcommand "@main "+@whispervar0$ + @whispervar1$ + @whispervar2$; } end; OnPCLoginEvent: if(mainchat == 1) atcommand "@main on"; sleep2 1000; message strcharinfo(0),"[#Main]: Participate in main chat by messaging npc:main. Send on/off to enable/disable system."; end; } //Check user group against provided argument to determine if player is authorized or not. //Second arg set to 1 for verbose authorization denied, no second arg for simple check function script checkPermission { explode(.@authed$,getarg(0),","); for(set .@i,0; .@i < getarraysize(.@authed$); set .@i,.@i +1) { set .@authed$[.@i],"_"+.@authed$[.@i]+"_"; } set .@authed$,implode(.@authed$,","); if(compare(.@authed$,"_"+getgroupid()+"_")) { return 1; } else if(getarg(1,0) == 1) { mes "[Access Denied]"; mes "You must belong to one of the following groups:"; mes callfunc("returnUserGroup",getarg(0)); mes " "; mes "You belong to: "+ callfunc("returnUserGroup",getgroupid()); close; } else { return 0; } } more info.. i got this when im trying to contact the npc [Error]: script:callfunc: function not found! [checkPermission] [Debug]: Source (NPC): main (invisible/not on a map)
  13. heres my script.. of mvp i got error it says that db sql error mvp query_sql "SELECT `name` FROM `mvp` WHERE `char_id`="+getcharid(0)+"",.@name$; if ( .@name$ == "" ) { query_sql "INSERT INTO `mvp` (`char_id`,`name`,`kills`,`points`) VALUES (" + getcharid(0) + ",'" + escape_sql(strcharinfo(0)) + "',1,1)"; end; } query_sql "UPDATE `mvp` SET `kills` = (`kills` + 1), `points` = (`points` +1) WHERE `char_id`=" + getcharid(0); end;
  14. hi how can make this like no gm below 99 can use all @commands in prontera? only admin can use it?
  15. this script saying the answer how to remove it?
  16. i think 000webs is a free hosting and i think its not supported
  17. Hi. as u can see on the picture there is 2 text one is above and one is in the middle and.. how can fix it?
  18. hi how can i add a sub menu on flux cp?
  19. yes i did. do you know how to manauly edit my database
  20. [SQL]: DB error - Table 'eriznyse_hercules.char_pk' doesn't exist [Debug]: at char.c:2912 - SELECT `char_pk`.`char_id`, `char_pk`.`score`, `char`.`name` FROM `char_pk` LEFT JOIN `char` ON `char`.`char_id` = `char_pk`.`char_id` WHERE `char_pk`.`score` > '0' ORDER BY `char_pk`.`score` DESC LIMIT 0,10 [Warning]: Client hash check is disabled! [SQL]: DB error - Table 'eriznyse_hercules.char_bg' doesn't exist [Debug]: at char.c:2922 - SELECT `char_bg`.`char_id`, `char_bg`.`rank_points`, `char`.`name` FROM `char_bg` LEFT JOIN `char` ON `char`.`char_id` = `char_bg`.`char_id` WHERE `char_bg`.`rank_points` > '0' ORDER BY `char_bg`.`rank_points` DESC LIMIT 0,10 [SQL]: DB error - Table 'eriznyse_hercules.char_bg' doesn't exist [Debug]: at char.c:2932 - SELECT `char_bg`.`char_id`, `char_bg`.`points`, `char`.`name` FROM `char_bg` LEFT JOIN `char` ON `char`.`char_id` = `char_bg`.`char_id` WHERE `char_bg`.`points` > '0' ORDER BY `char_bg`.`points` DESC LIMIT 0,10
  21. i dont know where to post this but maybe u can help me [SQL]: DB error - Table 'eriznyse_rathena.char_pk' doesn't exist [Debug]: at char.c:2912 - SELECT `char_pk`.`char_id`, `char_pk`.`score`, `char`.`name` FROM `char_pk` LEFT JOIN `char` ON `char`.`char_id` = `char_pk`.`char_id` WHERE `char_pk`.`score` > '0' ORDER BY `char_pk`.`score` DESC LIMIT 0,10 [Warning]: Client hash check is disabled! [SQL]: DB error - Table 'eriznyse_rathenarateamod.char_bg' doesn't exist [Debug]: at char.c:2922 - SELECT `char_bg`.`char_id`, `char_bg`.`rank_points`, `char`.`name` FROM `char_bg` LEFT JOIN `char` ON `char`.`char_id` = `char_bg`.`char_id` WHERE `char_bg`.`rank_points` > '0' ORDER BY `char_bg`.`rank_points` DESC LIMIT 0,10 [SQL]: DB error - Table 'eriznyse_rathna.char_bg' doesn't exist [Debug]: at char.c:2932 - SELECT `char_bg`.`char_id`, `char_bg`.`points`, `char`.`name` FROM `char_bg` LEFT JOIN `char` ON `char`.`char_id` = `char_bg`.`char_id` WHERE `char_bg`.`points` > '0' ORDER BY `char_bg`.`points` DESC LIMIT 0,10 how can i fix this
  22. how can i edit the latest news and latest event? it seems like i have to use rss?
×
×
  • Create New...