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!

SOURCE NI OHARA BONAK

Junior Spellweaver
Joined
Feb 3, 2022
Messages
111
Reaction score
2
How about adding item to item mall?i see it is different ranshop database from ep7. I wonder how to add item in item mall
 
Junior Spellweaver
Joined
Feb 3, 2022
Messages
111
Reaction score
2
Yes but how?i already add item in database but it didnt appear in item mall in-game

dbo.ShopItemMap
ProductNum, ItemMain, ItemSub, ItemName, ItemList, Duration, Category, ItemStock, ItemImage, ItemMoney, ItemComment.

What will i fill up to show it in item mall?
 
Last edited:
Experienced Elementalist
Joined
Mar 21, 2013
Messages
202
Reaction score
12
Yes but how?i already add item in database but it didnt appear in item mall in-game

dbo.ShopItemMap
ProductNum, ItemMain, ItemSub, ItemName, ItemList, Duration, Category, ItemStock, ItemImage, ItemMoney, ItemComment.

What will i fill up to show it in item mall?

need to put numbers in ItemCtg and ItemSec fields

1692552670699.png


Theres a bug here in Item Mall that causes purchasing to always fail.

need to put numbers in ItemCtg and ItemSec fields

1692552670699.png


Theres a bug here in Item Mall that causes purchasing to always fail.

For Failed to buy from Item Shop error in Item Mall, its because of a missing stored procedure.
 
Last edited:
Junior Spellweaver
Joined
Feb 3, 2022
Messages
111
Reaction score
2
need to put numbers in ItemCtg and ItemSec fields

View attachment 240497

Theres a bug here in Item Mall that causes purchasing to always fail.



For Failed to buy from Item Shop error in Item Mall, its because of a missing stored procedure.
I already fix item mall problem. I used RanShop database from others. All i sgood no bug in purchasing items from vp and ep. Thanks anyway for your response.
 
Initiate Mage
Joined
Jan 30, 2023
Messages
3
Reaction score
1
if the source of ingame register is working?
when i fill all column in and click register button but nothing happen
UserInfo table also not to be insert new account data
How to solve it...tnks in advance~
 
Junior Spellweaver
Joined
Feb 3, 2022
Messages
111
Reaction score
2
if the source of ingame register is working?
when i fill all column in and click register button but nothing happen
UserInfo table also not to be insert new account data
How to solve it...tnks in advance~~
Make sure you use the right and shared database in this thread.
 
[VIP] Member
[VIP] Member
Joined
Jul 18, 2023
Messages
183
Reaction score
24
Mind sharing it ? Hhhhh
 
Back
Top