please
server.cfg
srNodeData.ini
sroprot.ini
share it
Printable View
some support for web item mall
https://www.youtube.com/watch?v=tP66KAoH2VY
The problem is from receiving the package item itself not the
containing items
http://i.imgur.com/IlvplOi.png
that's why you are getting dc from the server cuz of the wrong inserted
item to your inventory.
Solution:
small hint..
http://i.imgur.com/rq9ZEFr.png
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.
https://i.imgflip.com/h1nx2.jpg
fixed i will share The Fix
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
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
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 ?
Also, I need more information like how many users you got online and such. Maybe, you could send me your configuration file in PM ?Code:;Destination module address
module_ip=127.0.0.1
module_port=15779
would be very good if you can fix the connection between and the program and the server
i agree with you
getting many dc and c10 also :/
and sometimes it says the server is crowded lawl
- - - Updated - - -
When i get some crashes or even closed the client from task manager and
try to re-login i get c10..
Please, Figure this out.
- - - Updated - - -
Oh sorry, i was opening the server + client on my pc
so when i tried to host the server it worked fine.
Thank's and waiting for the newer. = )
so host game at pc and open the game at same pc wont work fine right ?
need a host for the game and open game from another pc ?
UPDATE:
- Added linking account to ip address
- Added /userlist command
- Added /stopcontexts command
- Added /usernotice arg1 arg2 command - send notice to specific username (arg1 - username, arg2 - msg)
- Added /charnotice arg1 arg2 command - send notice to specific charname (arg1 - charename, arg2 - msg)
- Added ability to broadcast packets to specific server type (for example - send packet to all agent server users)
This will be used in future for module system
- Some optimizations at UserContext
- Logger will now show date and time of event also
- Fix for buy package items