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!

Bless Server files & VM

Newbie Spellweaver
Joined
Sep 13, 2013
Messages
54
Reaction score
1
Hello everyone, who can tell me how to correctly enter the //addItem command.
:(:I enter //addItem 70050088 1 does not issue?
PS. Installed GM level (1-3) without changes.
 
Junior Spellweaver
Joined
Aug 23, 2014
Messages
129
Reaction score
21
For activating Bless Pass premium: //addItem 70086008 1
create Bless Season Pass for PC (Season 3) item then use it.
 
Moderator
Staff member
Moderator
Joined
Oct 8, 2006
Messages
647
Reaction score
369
I tried with your vm but i keep getting this error.
(I have changed all my ips to the one im using)
Everything else connects but it doesn't allow me to connect to the server from the client
Code:
{"time":"2023-03-12 19:04:52.371", "level":"info", "thread":12196, "file":"Proactor.cpp", "line":369, "function":"FNetworkCore::RemoveSocket", "message":"SocketCount: 2"}{"time":"2023-03-12 19:04:52.387", "level":"info", "thread":2800, "file":"CloudConnectionOwner.cpp", "line":392, "function":"FClientCloudConnectionOwner::ConnectTimeout", "message":"[world-auth.-1] ConnectTimeout."}{"time":"2023-03-12 19:04:57.403", "level":"info", "thread":2800, "file":"Proactor.cpp", "line":361, "function":"FNetworkCore::AddSocket", "message":"SocketCount: 3"}{"time":"2023-03-12 19:04:57.403", "level":"info", "thread":2800, "file":"Connection.cpp", "line":74, "function":"CConnection::ConnectTo", "addr":"192.168.181.128:9996", "message":"Socket ConnectTo 192.168.181.128:9996"}{"time":"2023-03-12 19:04:59.422", "level":"info", "thread":3684, "file":"Socket.cpp", "line":488, "function":"FTcpSocket::OnConnectCompleted", "addr":"192.168.181.128:9996", "message":"[I/O] OnConnectCompleted() Failed : AsyncIO ErrorCode {1225}"}{"time":"2023-03-12 19:04:59.422", "level":"info", "thread":3684, "file":"Proactor.cpp", "line":369, "function":"FNetworkCore::RemoveSocket", "message":"SocketCount: 2"}
 
Junior Spellweaver
Joined
Aug 23, 2014
Messages
129
Reaction score
21
what client does this use ?the steam one? or the first post one?
Steam version is not working. I fixed the version error between the steam client and the old server but there are still too many bugs to fix.
 
Joined
Jul 7, 2004
Messages
778
Reaction score
212
For activating Bless Pass premium: //addItem 70086008 1
create Bless Season Pass for PC (Season 3) item then use it.
Done

How activate this one?

f97c4b9e6ae8431a8d425b43adfa8779 - Bless Server files & VM - RaGEZONE Forums


Any info?
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Junior Spellweaver
Joined
Aug 23, 2014
Messages
129
Reaction score
21
Done

How activate this one?

3e05819fa5dd7a101747f293813b5a9a - Bless Server files & VM - RaGEZONE Forums


Any info?

Check this thread.
I think, no item for activate this function. We need to search db.
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Mar 30, 2012
Messages
118
Reaction score
46
might say inactive but trust me its active :D!!!!!!

and that folks is 100% working and tested, premium pass.
 

Attachments

You must be registered for see attachments list
Legendary Battlemage
Joined
Apr 28, 2022
Messages
664
Reaction score
210
I know and this is not character activation it's for account.

Those perks have a "status effect" you can find it in the abnormality xml (like pc_premium_xxxx)
2VMXxYH - Bless Server files & VM - RaGEZONE Forums

So technically adding that "buff" to the dbaccountabnormality table in the database should make it work but it didnt, there is even a function to update it but it is still not working so not sure why.
ws7PRF - Bless Server files & VM - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Mar 30, 2012
Messages
118
Reaction score
46
and it would be possible to code what i did into php for a webserver to handle



Those perks have a "status effect" you can find it in the abnormality xml (like pc_premium_xxxx) So technically adding that "buff" to the dbaccountabnormality table in the database should make it work but it didnt, there is even a function to update it but it is still not working so not sure why.

as being not updated properly as remember your dealing with missing api, so the update command will add it but as a (-1 0 2023-03-11 06:26:38.763 28428972647776273 0 28428972647776260 0 0 2023-03-12 10:55:41.807 0 2023-03-12 12:55:41.330 0) in the table of the abnormality, you then have to manually correct it in the meantime untill someone better than my skills to put it into php code to a line that looks like this (620000 28428972647776257 2023-03-07 19:05:09.447 28428972647776269 0 28428972647776257 20811831 1 2023-03-11 10:07:56.257 20811831 2023-03-12 12:07:55.847 1) its easy as :)



do not copy and paste that info into sql as your caster player DB could be a different ID but if it is then you will need to find yours in your player DB!



A tip is if you try anything to add something to a player as in any buff always check the Abnormal_status_CID row, as anything not applied correctly will start with a -1 in that row, goodluck all :)
 
Legendary Battlemage
Joined
Apr 28, 2022
Messages
664
Reaction score
210
and it would be possible to code what i did into php for a webserver to handle





as being not updated properly as remember your dealing with missing api, so the update command will add it but as a (-1 0 2023-03-11 06:26:38.763 28428972647776273 0 28428972647776260 0 0 2023-03-12 10:55:41.807 0 2023-03-12 12:55:41.330 0) in the table of the abnormality, you then have to manually correct it in the meantime untill someone better than my skills to put it into php code to a line that looks like this (620000 28428972647776257 2023-03-07 19:05:09.447 28428972647776269 0 28428972647776257 20811831 1 2023-03-11 10:07:56.257 20811831 2023-03-12 12:07:55.847 1) its easy as :)



do not copy and paste that info into sql as your caster player DB could be a different ID but if it is then you will need to find yours in your player DB!



A tip is if you try anything to add something to a player as in any buff always check the Abnormal_status_CID row, as anything not applied correctly will start with a -1 in that row, goodluck all :)

I get that its a different caster ID, but did you add that into the accountAbnormality table or the regular abnormality and only applied this to one character?

Edit:
Figured it out. Adding it to AccountAbnormality table adds it also to the abnormalStatus table but with wrong data, so it needs to be corrected in both.



ok i will reupload it later with the fix



post updated with new vm + fix for old

https://forum.ragezone.com/f857/bless-server-files-amp-vm-1211603-post9165944/#post9165944

Items consuming works now but...GM commands broke :D even with adding your GM level to 1 :D
 
Last edited:
Junior Spellweaver
Joined
Aug 23, 2014
Messages
129
Reaction score
21
mssql procedure for update/set premium benifits.
BLSP_Native_UpdateAccountAbnormalStatus(bigint @USN, int account_Abnormal_Cid, bigint @Remain_Duration_Sec, bigint TOTal_Duration_Sec, datetime Start_Date)
 
Experienced Elementalist
Joined
Jul 22, 2020
Messages
201
Reaction score
243
@dziobus

working fine try to write dont copy paste

4NmxXUm - Bless Server files & VM - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top