-
Posts
33 -
Joined
-
Last visited
Profile Information
-
Gender
Male
-
Location
malaysia
Onitsuka's Achievements
Poring (1/15)
0
Reputation
-
How to set up this?? only for magic skill no aftercast delay thanx for help
-
yes,but i want in into quest like if u want to call etc pori,u need itemX,itemY,then u can call pori2 sumthing like that
-
anyone can share me npc quest for satan,pori-pori2 naught seiger?
-
when kill mini boss,boss will drop TCG card
Onitsuka replied to Onitsuka's question in Script Requests
ok done thanx all -
when kill mini boss,boss will drop TCG card
Onitsuka replied to Onitsuka's question in Script Requests
if i use mvp anouncer like where where to add getitem? -
thanx emistry
-
Anyone can give me script like that? when player kill miniboss or boss will drop tcg card
-
ok me try with this, thanx, but how about yes/no when open box?etc yggberry box? can u help me docubo, Thanx for your info. . btw can i ask u, #define MAX_CART 100 <--- chnge this rite? max value can put is what?
-
can anyone help me? 1. how to increase damge cart termination n also sharp shooting? 2. how to disable yes/no when open box,etc yggberry box realy need your help thanx
-
thanx emistry
-
rikimaru this script is, per char or per id can claim daily reward?
-
yes, link broken, can give another one thanx
-
Request Private room for player to use bloody branch there, sum1 please help, i already search for that script but find error,
-
Help me to edit this script, autorecall all guild member win to sumwhere after woe, then i will place then mailbox there, thanx //Author : Goddameit //Version : 2011/7/13 - 21:53 function script AllGuildMemberEvent { if(!set([email protected],getcastledata(getarg(0),1))) return; query_sql("select account_id, char_id from `guild_member` where guild_id = '"[email protected]+"'", [email protected], [email protected]); for(set [email protected],0;[email protected]<getarraysize([email protected]);set [email protected],[email protected]+1) { if(isloggedin([email protected][[email protected]])) message rid2name([email protected][[email protected]]),getarg(9); if(!isloggedin([email protected][[email protected]])&&!getarg(1)) continue; query_sql "insert into mail ( send_name, dest_id, title, message, nameid, amount, identify, zeny, time ) values ( '"+escape_sql(getarg(2))+"',"[email protected][[email protected]]+", '"+escape_sql(getarg(3))+"', '"+escape_sql(getarg(4))+"', "+getarg(5)+", "+getarg(6)+", "+getarg(7)+", "+getarg(8)+", unix_timestamp( now() ) )"; } return; } - script AGME -1,{ OnAgitEnd: setarray [email protected]$[0],"aldeg_cas02"; setarray [email protected]$[10],"payg_cas04"; setarray [email protected]$[15],"prtg_cas03"; for( set [email protected],0; [email protected] <= 19; set [email protected], [email protected]+1) { callfunc "AllGuildMemberEvent",[email protected]$[[email protected]],1, "System","WoE Victory Reward","Congratulations! Your guild succeeded in occupying "+ getcastlename([email protected]$[[email protected]]) +". This is your rewards.", 7539,10,1,0, "[You got a mail!! Please relogin to reupdate your mail list.]"; } end; }