ayanami Posted November 30, 2020 Share Posted November 30, 2020 im asking for help on how to trigger voucher ticket using VIP System ayaw ko kasi ng marami npc so im thinking na pwede gumawa ng voucher as usable item. Quote Link to comment Share on other sites More sharing options...
Takerio Posted November 30, 2020 Share Posted November 30, 2020 SQL: REPLACE INTO `item_db2_re` VALUES ('33098', 'vip1', 'vip1', '0', null, null, '0', null, null, null, null, '4294967295', '63', '2', null, null, null, null, null, 'atcommand \"@vip +24h \"+strcharinfo(0)+\"\"; dispbottom \"+ 24h VIP !\";', null, null); Iteminfo: [33098] = { unidentifiedDisplayName = "Cute Pet Goblin Leader Exchange Coupon", unidentifiedResourceName = "G방어구교환티켓", unidentifiedDescriptionName = { }, identifiedDisplayName = "1 Tag Vip", identifiedResourceName = "G방어구교환티켓", identifiedDescriptionName = { "24h Vip Ticket.", "________________________", "^0000CCWeight:^000000 1" }, 1 Quote Link to comment Share on other sites More sharing options...
ayanami Posted December 1, 2020 Author Share Posted December 1, 2020 (edited) 22 hours ago, Takerio said: SQL: REPLACE INTO `item_db2_re` VALUES ('33098', 'vip1', 'vip1', '0', null, null, '0', null, null, null, null, '4294967295', '63', '2', null, null, null, null, null, 'atcommand \"@vip +24h \"+strcharinfo(0)+\"\"; dispbottom \"+ 24h VIP !\";', null, null); i already resolve the problem. thank you for this Edited December 1, 2020 by ayanami Quote Link to comment Share on other sites More sharing options...