Jump to content

  •  

Photo

Request:Refine ticket trader


  • Please log in to reply
No replies to this topic

#1 frenzmu06

frenzmu06

    Advanced Member

  • Members
  • PipPipPip
  • 85 posts

Posted 02 September 2016 - 08:35 PM

Requesting a script that trades refine tickets for weapon or armor with upgrade
 
the npc will trade Weapon (listed in weaponarray) with the specified refine for
+12 Weapon =Guarantee_Weapon_11Up
+10 Weapon =Guarantee_Weapon_9Up
+9 Weapon =Guarantee_Weapon_8Up
+8 Weapon =Guarantee_Weapon_7Up
+7 Weapon =Guarantee_Weapon_6Up
 
and Armor (listed in armorarray) with the specified refine for
+12 Armor =Guarantee_Armor_11Up
+10 Armor =Guarantee_Armor_9Up
+9 Armor =Guarantee_Armor_8Up
+8 Armor =Guarantee_Armor_7Up
+7 Armor =Guarantee_Armor_6Up
 
 
- script Ticket Trader FAKE_NPC{
 
mes "I trade weapons and armors with specific refines for Refine Tickets";
menu (Trade Weapon, Trade Armor)
show available items from inventory including eqquiped item
trade the item
 
//configs
weaponticketarray,6238,6228,6229,6230,6231;
//6238 Guarantee_Weapon_11Up
//6228 Guarantee_Weapon_9Up
//6229 Guarantee_Weapon_8Up
//6230 Guarantee_Weapon_7Up
//6231 Guarantee_Weapon_6Up
 
weaponarray,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112; //you can add more or modify
//1101 Sword
//1102 Sword_
//1103 Sword__
//1104 Falchion
//1105 Falchion_
//1106 Falchion__
//1107 Blade
//1108 Blade_
//1109 Blade__
//1110 Lapier
//1111 Lapier_
//1112 Lapier__
 
armorticketarray,6239,6232,6233,6234,6235
//6239 Guarantee_Armor_11Up
//6232 Guarantee_Armor_9Up
//6233 Guarantee_Armor_8Up
//6234 Guarantee_Armor_7Up
//6235 Guarantee_Armor_6Up
 
armorarray,2302,2304,2306,2308,2310,2311,2313,2315,2317,2318,2319; //you can add more
//2302 Cotton_Shirt_
//2304 Leather_Jacket_
//2306 Adventurere's_Suit_
//2308 Mantle_
//2310 Coat_
//2311 Mink_Coat
//2313 Padded_Armor_
//2315 Chain_Mail_
//2317 Plate_Armor_
//2318 Clothes_Of_The_Lord
//2319 Glittering_Clothes
 
tnx if anyone helps





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users


This topic has been visited by 18 user(s)