Re: [Tutorial] Vault activation
Quote:
Originally Posted by
Luhany Dudu
I want to put in the studio vault sends 1 tutorial of how to put in the studio to add to the vault in the studio!
http://img811.imageshack.us/img811/3374/d36.png
Re: [Tutorial] Vault activation
I need data ( civ_man01.sco ) and ( civ_man02.sco ) :?:
Re: [Tutorial] Vault activation
Quote:
Originally Posted by
iceloveza2012
I need data ( civ_man01.sco ) and ( civ_man02.sco ) :?:
http://img855.imageshack.us/img855/9688/tnwd.png
1 Attachment(s)
Re: [Tutorial] Vault activation
Re: [Tutorial] Vault activation
I'm slightly lost right now.
I have the InvasionMMO Source, implemented everything and updated the WZ_Char_SRV_SetStatus function in my Database.
Now, if I want to move stuff to the Vault, I get this ResultCode 5 error as well.
I understood so far, that it is a Database problem.
Can someone explain to me, what I am missing and how to fix it?
That would be nice :)
Greetings,
Maxunit
EDIT:
Derp...forgot, that the OP's Source was for DNC. I re-checked both source files and put back the one from InvasionMMO. Only adding the MSSQL changes now.
EDIT 2:
Same issue, as someone else posted:
InvasionMMO Source, only added some of the MSSQL Statements from the Function and getting this Error, if I want to move Items to the Vault.
Code:
000122.673| AddBackPackItems
000126.843| GridFrom: 8, Amount: 1
000126.843| Inventory from: 8, Amount: 1
000127.049| WO_API: failed with error code 5 ResultCode not set
000127.049| ApiBackpackToInventory failed: 5
Re: [Tutorial] Vault activation
Quote:
Originally Posted by
Maxunit
I'm slightly lost right now.
I have the InvasionMMO Source, implemented everything and updated the WZ_Char_SRV_SetStatus function in my Database.
Now, if I want to move stuff to the Vault, I get this ResultCode 5 error as well.
I understood so far, that it is a Database problem.
Can someone explain to me, what I am missing and how to fix it?
That would be nice :)
Greetings,
Maxunit
EDIT:
Derp...forgot, that the OP's Source was for DNC. I re-checked both source files and put back the one from InvasionMMO. Only adding the MSSQL changes now.
EDIT 2:
Same issue, as someone else posted:
InvasionMMO Source, only added some of the MSSQL Statements from the Function and getting this Error, if I want to move Items to the Vault.
Code:
000122.673| AddBackPackItems
000126.843| GridFrom: 8, Amount: 1
000126.843| Inventory from: 8, Amount: 1
000127.049| WO_API: failed with error code 5 ResultCode not set
000127.049| ApiBackpackToInventory failed: 5
This tutorial isn't for Invasion MMO only DNC.
Re: [Tutorial] Vault activation
I know, but I did a lot of compares with WinMerge between DNC and Invasion and I found nothing so far, which would make this code invalid for Invasion, except that using the pasted code would remove the Skill System stuff from the Invasion Source.
Maybe I can get it working for Invasion.
Re: [Tutorial] Vault activation
Quote:
Originally Posted by
Maxunit
I know, but I did a lot of compares with WinMerge between DNC and Invasion and I found nothing so far, which would make this code invalid for Invasion, except that using the pasted code would remove the Skill System stuff from the Invasion Source.
Maybe I can get it working for Invasion.
it is a protection in procedures to check if player is online.
remove this and will be work but i recomend you to use sync to block dupes
Re: [Tutorial] Vault activation
I'm not entirely sure, what you mean.
I'm sadly not an experienced C++ or MSSQL Coder and have to do some trial and error, until I figure it out.
Most annoying part is, that my PC is not really the fastest and re-compiling any changes always takes some time :/
EDIT:
Do you mean the Procedure called WZ_SRV_CheckOnlineState?
EDIT:
If someone can help me to get the Vault working with InvasionMMO, then I would be really grateful :)
This is the only feature right now, which I am missing.
I don't need a working Store NPC in the Safe Zones right now, anyway. The Vault is the only thing I really need to be able to store my loot and have fun killing zombies and looting.
Re: [Tutorial] Vault activation
Quote:
Originally Posted by
Maxunit
I'm not entirely sure, what you mean.
I'm sadly not an experienced C++ or MSSQL Coder and have to do some trial and error, until I figure it out.
Most annoying part is, that my PC is not really the fastest and re-compiling any changes always takes some time :/
EDIT:
Do you mean the Procedure called WZ_SRV_CheckOnlineState?
EDIT:
If someone can help me to get the Vault working with InvasionMMO, then I would be really grateful :)
This is the only feature right now, which I am missing.
I don't need a working Store NPC in the Safe Zones right now, anyway. The Vault is the only thing I really need to be able to store my loot and have fun killing zombies and looting.
Hello friend I am already working on the new version of the vault for the source InvasionMMO pleasing ....
Re: [Tutorial] Vault activation
we need working fix for dnc ;)
Re: [Tutorial] Vault activation
It works with DNC, if you grab the code from Poster13 on the 2nd page and use the updates PROCEDURE Code from renildomarcio on page 2.
At least it worked on my end, before I switched from DNC to InvasionMMO.
Re: [Tutorial] Vault activation
Quote:
Originally Posted by
steventhedon187
we need working fix for dnc ;)
Already works on dnc's release ._.
Re: [Tutorial] Vault activation
got the problem with backpack, if i drop a weapon and take it again, backpack change to old one o.O
and i HAVE changed the sql code etc. ^^
Re: [Tutorial] Vault activation
Hmm, that's odd.
Anything showing up in r3dlog and/or the logs in logss folder?