Hello, i was wondering if it was possible to make the requirements for Euphy's quest shop clickable, using like <ITEM>Red Potion<INFO>501</INFO></ITEM>
I thought it would be something to do with this part, but i'm still stuck. I will be grateful for any help you can provide.
mes "Requirements:";
disable_items;
if (.@q[4]) mes " > "+Chk(Zeny,.@q[4]*.@q[1])+(.@q[4]*.@q[1])+" Zeny^000000";
if (.@q[5]) mes " > "+Chk(getd(.Points$[0]),.@q[5]*.@q[1])+(.@q[5]*.@q[1])+" "+.Points$[1]+" ("+getd(.Points$[0])+"/"+(.@q[5]*.@q[1])+")^000000";
if (.@q[6]) for(set .@i,6; .@i<getarraysize(.@q); set .@i,.@i+2)
mes " > "+Chk(countitem(.@q[.@i]),.@q[.@i+1]*.@q[1])+((.ShowID)?"{"+.@q[.@i]+"} ":"")+Slot(.@q[.@i])+" ("+countitem(.@q[.@i])+"/"+(.@q[.@i+1]*.@q[1])+")^000000";
next;
Question
Felten
Hello, i was wondering if it was possible to make the requirements for Euphy's quest shop clickable, using like <ITEM>Red Potion<INFO>501</INFO></ITEM>
I thought it would be something to do with this part, but i'm still stuck. I will be grateful for any help you can provide.
Edited by cfelten0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.