Jump to content

GM Incarnation

Members
  • Posts

    75
  • Joined

  • Last visited

Everything posted by GM Incarnation

  1. Hi Bahmut Noted. This topic Solved.
  2. Hi Actually i add a new map in mobdb.txt. After i add the warning promp out Here the mobdb.txt http://pastebin.com/JhJsc9Vw
  3. Hi all Pls advise me how to fix this problem
  4. Noted i will revert if script can running
  5. Hi anyone can fix this problem. Any senior can fix this problem. Pls help me to fix this script thx
  6. Hi Euphy Hi think now is ok every thing is fine. Thanks.
  7. Pls advise this error show again after i follow ur post Hi, Anyone can help this script. Pls advise.
  8. Hi Emistry The script is really working to me. Thanks.
  9. Hi Sir i already fix the script i try and this script now can use ayothaya,173,167,4 script Refiner 727,{ for( set .@y,0; .@y < getarraysize(.array_RefineItems); set .@y,.@y + 1 ) { if (.array_RefineItems[.@y] == getequipid(1)) { successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; } if (.array_RefineItems[.@y] == getequipid(2)) { successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; } if (.array_RefineItems[.@y] == getequipid(3)) { successrefitem 3; successrefitem 3; successrefitem 3; successrefitem 3; successrefitem 3; successrefitem 3; successrefitem 3; successrefitem 3; successrefitem 3; successrefitem 3; } } end; OnInit: setarray .array_RefineItems[0],30000; setarray .array_RefineItems[1],30110; setarray .array_RefineItems[2],30033; end; } Thanks you Sir. Hi Sir Bahmut This script got bug i think can refine more then +10 pls advise.
  10. Hi Sir Bahmut ayothaya,173,167,4 script Refiner 727,{ for( set .@y,0; .@y < getarraysize(.array_RefineItems); set .@y,.@y + 1 ) { if (.array_RefineItems[.@y] == getequipid(1)) { successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; } if (.array_RefineItems[.@y] == getequipid(2)) { successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; } } end; OnInit: setarray .array_RefineItems[0],<30000>,<30110>,<30033>; end; } But if i remove this ayothaya,173,167,4 script Refiner 727,{ for( set .@y,0; .@y < getarraysize(.array_RefineItems); set .@y,.@y + 1 ) { if (.array_RefineItems[.@y] == getequipid(1)) { successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; } if (.array_RefineItems[.@y] == getequipid(2)) { successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; } } end; OnInit: setarray .array_RefineItems[0],30000; end; } The error not show? only 1 item 30000 can refine and the remaining got a problem. pls advise sir.
  11. Hi Bahmut i got something error like this
  12. Hi Please advise if anyone can help me how to make NPC Refiner only 1 click can +10 and the item refiner only donation item for example: ID : 5022 ID : 2218 Only Top and Middle can refine automatically. Thanks.
  13. Hi can anyone help me to fix this script i already try and nothing error in server. After woe finish nothing happen. http://pastebin.com/pavZfN8T Here the original post http://rathena.org/b...l__+woe +reward Here the orgininal code post: //Author : Goddameit //Version : 2011/12/16 - 01:04 function script AllGuildMemberEvent { if(!set(.@gid,getcastledata(getarg(0),1))) return; query_sql("select account_id, char_id from `guild_member` where guild_id = '"+.@gid+"'", .@gmaid, .@gmcid); for(set .@i,0;.@i<getarraysize(.@gmcid);set .@i,.@i+1) { if(isloggedin(.@gmaid[.@i])) getitem 12628,1,.@gmaid[.@i]; } } - script AGME -1,{ OnAGME: setarray .@maps$[0],"aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05"; setarray .@maps$[5],"gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05"; setarray .@maps$[10],"payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05"; setarray .@maps$[15],"prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05"; for( set .@i,0; .@i <= 19; set .@i, .@i+1) { callfunc "AllGuildMemberEvent",.@maps$[.@i],0, "System","WoE Victory Reward","Congratulations! Your guild succeeded in occupying "+ getcastlename(.@maps$[.@i]) +". This is your rewards.", 501,1,1,0, "[You got a mail!! Please relogin to reupdate your mail list.]"; } end; } And this mine : //Author : Goddameit //Version : 2011/12/16 - 01:04 function script AllGuildMemberEvent { if(!set(.@gid,getcastledata(getarg(0),1))) return; query_sql("select account_id, char_id from `guild_member` where guild_id = '"+.@gid+"'", .@gmaid, .@gmcid); for(set .@i,0;.@i<getarraysize(.@gmcid);set .@i,.@i+1) { if(isloggedin(.@gmaid[.@i])) getitem 14232,1,.@gmaid[.@i]; } } - script AGME -1,{ OnAGME: setarray .@maps$[0],"aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05"; setarray .@maps$[5],"gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05"; setarray .@maps$[10],"payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05"; setarray .@maps$[15],"prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05"; for( set .@i,0; .@i <= 19; set .@i, .@i+1) { callfunc "AllGuildMemberEvent",.@maps$[.@i],0, "System","WoE Victory Reward","Congratulations! Your guild succeeded in occupying "+ getcastlename(.@maps$[.@i]) +". This is your rewards.", 501,1,1,0, "[You got a mail!! Please relogin to reupdate your mail list.]"; } end; }
  14. anyone pls help me i already try this script but nothing happen.after woe nothing reward will received. http://pastebin.com/pavZfN8T
  15. Hi Euphy I use 1.4 npc gone here the script please help me to check i only change the map and item after that npc missing. http://pastebin.com/xHz6ZDmm
  16. Hi Euphy Sure. Here the link. http://pastebin.com/KuZDZf2g
  17. Map server not error but if more 24 item the jellopy will show at a price 6 zeny. Or is it like that?
  18. Hi Euphy I already use the 1.4 script. So how to solve the problem? Please advise.
  19. Hi Euphy, Please advise script for Quest Shop only 24 item can show? because i already found the problem if more then 24 item the jellopy will show it in shop. It mean the shop cant support more then 24 item right. Thanks.
  20. Hi Emistry this code put in where? and your script change to where. please advise. Thanks.
  21. Sir wakoko321 thank you but Can you post it in pastebin? how to put in Toasty's Woe Controller and fine the line Thanks.
  22. Poporing can u give detail how to put this script?
×
×
  • Create New...