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!

FIX Csro-r Item Mall

Newbie Spellweaver
Joined
Feb 16, 2013
Messages
38
Reaction score
1
Msg 208, Level 16, State 6, Procedure _BUY_WEB_MALL_ITEM, Line 63
Invalid object name 'dbo._BUY_WEB_MALL_ITEM'.
how to fix
 
Newbie Spellweaver
Joined
Jan 24, 2012
Messages
8
Reaction score
0
Simple Tutorial

KGCSxxu - FIX Csro-r Item Mall - RaGEZONE Forums

please

server.cfg

srNodeData.ini

sroprot.ini

share it
 

Attachments

You must be registered for see attachments list
Last edited:
(⌐■_■)
Joined
Feb 2, 2012
Messages
681
Reaction score
102
The problem is from receiving the package item itself not the
containing items
IlvplOi - FIX Csro-r Item Mall - RaGEZONE Forums

that's why you are getting dc from the server cuz of the wrong inserted
item to your inventory.

Solution:
small hint..
rq9ZEFr - FIX Csro-r Item Mall - RaGEZONE Forums


fix dbo._Refshopgoods cuz it's fkd up
use dbo.WEB_PACKAGE_ITEM

Or simply avoid all of those by creating a new npc and then add there
each package item and add in Logitem scroll use's operation with
the package's id to give it's item in item mall storage without any teleporting.
siyoteam - FIX Csro-r Item Mall - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Oct 4, 2011
Messages
92
Reaction score
38
you have dc but _STRG_ADD_ITEMS_FROM_WEB_ITEM_DATA not support items with TypeID1 = 3 TypeID2 = 5 TypeID3 = 5

need fix _STRG_ADD_ITEMS_FROM_WEB_ITEM_DATA and add in _BUY_INGAME_MALL_ITEM the ability to buy PACKAGE items
 

Attachments

You must be registered for see attachments list
Last edited:
Skilled Illusionist
Joined
Aug 24, 2012
Messages
314
Reaction score
24
you have dc but _STRG_ADD_ITEMS_FROM_WEB_ITEM_DATA not support items with TypeID1 = 3 TypeID2 = 5 TypeID3 = 5

need fix _STRG_ADD_ITEMS_FROM_WEB_ITEM_DATA and add in _BUY_INGAME_MALL_ITEM the ability to buy PACKAGE items

i fixed all :D





you have dc but _STRG_ADD_ITEMS_FROM_WEB_ITEM_DATA not support items with TypeID1 = 3 TypeID2 = 5 TypeID3 = 5

need fix _STRG_ADD_ITEMS_FROM_WEB_ITEM_DATA and add in _BUY_INGAME_MALL_ITEM the ability to buy PACKAGE items

but When i Teleport The Items remove !
 
Newbie Spellweaver
Joined
Oct 4, 2011
Messages
92
Reaction score
38
1.0.1.19
UPDATE:
- Added per-ip connection limit
- Added bytes per second limit (applies to total traffic between client and module)
- Added UserContextState - different way to store user context data now
- Added /getblocked command (list of blocked traffic abusers)
- Added /clearblocked command (unblock blocked traffic abusers)
- Added /getbps command (get traffic statistics for all servers)
- Added /uptime command (get server uptime, lol)
- Added log display settings (you can enable/disable printing specific log levels)
- Added some handling for configuration reading errors
- Multiple bug fixes
 
(⌐■_■)
Joined
Feb 2, 2012
Messages
681
Reaction score
102
Try to fix that c10 error which appears sometimes while login..
 
Joined
Jul 23, 2011
Messages
391
Reaction score
664
Try to fix that c10 error which appears sometimes while login..

Are you using the latest version - 1.0.1.19 ?
Are you using local ip for internal module connection ?
How often does it appear ?

Code:
;Destination module address
module_ip=127.0.0.1
module_port=15779

Also, I need more information like how many users you got online and such. Maybe, you could send me your configuration file in PM ?
 
Last edited:
Back
Top