hi i have totally no idea how can i make this script..
player will bring either of this item before he can talk to the npc,
Note : Item A, Item B and Item C are rental weapon, equipped or not equipped, not matter as long its with the player
example:
if (check item (A) <1, or check item (B) <1, or check item (C) <1 ){
mes "Hello, Good day huh?";
close;
}
mes "Oh you want this juice?":
mes "let me have a look that (either item)";
next;
mes "Nice!, thanks for showing me,";
mes "you can have this juice !";
getitem 7709, 1;
close;
it wont delete player item, just to enable the npc to trigger the other massage and npc give item to the player
Question
Dolphin86
hi i have totally no idea how can i make this script..
player will bring either of this item before he can talk to the npc,
Note : Item A, Item B and Item C are rental weapon, equipped or not equipped, not matter as long its with the player
example:
if (check item (A) <1, or check item (B) <1, or check item (C) <1 ){ mes "Hello, Good day huh?"; close; } mes "Oh you want this juice?": mes "let me have a look that (either item)"; next; mes "Nice!, thanks for showing me,"; mes "you can have this juice !"; getitem 7709, 1; close;
it wont delete player item, just to enable the npc to trigger the other massage and npc give item to the player
Edited by Dolphin867 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.