View previous topic :: View next topic |
Author |
Message |
CutterShane
Joined: 25 May 2005 Posts: 5
|
Posted: Wed May 25, 2005 0:40 Post subject: SCO / RCO |
|
|
I'm having trouble retrieving campaign objects, henchmen in particular.
It looks like it is storing the data correctly, except that my blob field only seems to contain:
BIC V3.28
Is this normal? |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Thu May 26, 2005 11:43 Post subject: |
|
|
This is just the header of the object data. Isn't there a bit more in the blob field ? There should be at least some 1-2 Kb of data, so maybe it is just a display issue.
What database are you using ? _________________ Papillon |
|
Back to top |
|
|
Kosmous
Joined: 10 Jan 2005 Posts: 44
|
Posted: Thu May 26, 2005 16:18 Post subject: |
|
|
if hes using mysql and mysql control center, thats what he should see. If he does a right-click and choose save to file, he can make a .bic file and open it like a text file. Then he'll be able to see the data. |
|
Back to top |
|
|
CutterShane
Joined: 25 May 2005 Posts: 5
|
Posted: Sun Jun 05, 2005 4:09 Post subject: |
|
|
Yes, I was using MySQL and the control center.
It's now working for me, but I still cannot understand why it was not.
The problem was with SCO (within the aps_include script), the syntax of which is StoreCampaignObject (campaign, variable, object, player). Whenever I specify the PLAYER, it doesn't work. I take out the player reference, it defaults to OBJECT_INVALID, and then it works. But as APS still uses player information to make a unique SQL database entry, it works without me having to devise a complex variable name scheme. |
|
Back to top |
|
|
|