Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Webshop item issues

Newbie Spellweaver
Joined
Jan 2, 2014
Messages
15
Reaction score
0
Hi Devs.

I would like to reach out to those who are experts to these, I really badly need your help. Now here's my issue, I have created my own tantra web template with my own coded webshop, all items that are available on my webshop can be bought without any issues. Except to these items:

IDNameDescription
37201MocanyAvatar Item (MALE)
37202PrebudzaAvatar Item (FEMALE)
37205White GlassesAvatar Item
37206Black GlassesAvatar Item
37007Marine CostumeExclusive Item from Tantra Equinox®
34599Equinox Dragon Hunt ArmorExclusive Armors for Naga/Kimnara
34600Equinox Dragon Hunt ArmorExclusive Armors for Asura/Rakshasa
34601Equinox Dragon Hunt ArmorExclusive Armors for Yaksa/Gandharva
34602Equinox Dragon Hunt ArmorExclusive Armors for Deva/Garuda
35465Equinox Dragon Hunt BootsExclusive Armors for Naga/Kimnara
35466Equinox Dragon Hunt BootsExclusive Armors for Asura/Rakshasa
35467Equinox Dragon Hunt BootsExclusive Armors for Yaksa/Gandharva
35468Equinox Dragon Hunt BootsExclusive Armors for Deva/Garuda
35165Equinox Dragon Hunt GlovesExclusive Armors for Naga/Kimnara
35166Equinox Dragon Hunt GlovesExclusive Armors for Asura/Rakshasa
35167Equinox Dragon Hunt GlovesExclusive Armors for Yaksa/Gandharva
35168Equinox Dragon Hunt GlovesExclusive Armors for Deva/Garuda
34973Equinox Dragon Hunt HelmExclusive Armors for Naga/Kimnara
34974Equinox Dragon Hunt HelmExclusive Armors for Asura/Rakshasa
34975Equinox Dragon Hunt HelmExclusive Armors for Yaksa/Gandharva
34976Equinox Dragon Hunt HelmExclusive Armors for Deva/Garuda
35374Equinox Dragon Hunt BeltExclusive Armors
37409Haridrava MountRiding
37410War ChariotRiding
37411Emperor's ChairRiding
37412King BullRiding
37406Brahma's ElephantRiding (Brahma Exclusive)
37407Vishnu's ElephantRiding (Vishnu Exclusive)
37408Shiva's ElephantRiding (Shiva Exclusive)
37430Vicir HorseRide
37431Balius HorseRide
37432Cavalry KingsRide
37433Trojan HorseRide
37434Warrior HorseRide
37435Auriga HorseRide
37436Zebra WarriorRide

In total, I have issues with these 36 items, so I haven't placed them on my webshop yet. the reason why it was an issue because whenever I tried to do a query for InsertTantraItem it goes very well, but when you try to switch char and try to go back with your char it only stucks on loading and doesn't continue, and when I tried to look at the GM Tool under Cargo it has the item but it says <<NO NAME>>, so I figured out that that was the problem, and I have removed the <<NO NAME>> item and tried to login to my test account and went good when logging in, of course the item that I have queried is not there anymore since I have removed it.

Here's what I have already done, obviously our server's tantra param has this item details, and I have already placed the details of this items on MSSQL UserLogin..ItemParam and UserLogin..ItemResources so it would match with my TantraParam. But still it didn't resolved the issue, hope you can help me with this one. Thanks in advance!



Here's my website by the way: www.tantra-equinox.com
 
Newbie Spellweaver
Joined
Jan 2, 2014
Messages
15
Reaction score
0
Yes, my only choice now is to change the item id of each items that has 5 digits item codes, I have fixed one. But yeah, lots of works to do. I'll try another work-around to fix this. Thanks for fast response.
 
Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
131
This is not a resolution but, a suggestion that might work for you. Try using one of the packages that are a lower number id. Change the items it it to the numbers you want it to be. That way it is a packaged deal that is expanded when they purchase it.
 
Skilled Illusionist
Joined
Mar 31, 2011
Messages
382
Reaction score
48
Test with item id with 4 or less characters.
 
Back
Top