Version: , by legendarysam
Developer Last Online: May 2008
Version: Unknown
Rating:
Released: 08-09-2005
Last Update: Never
Installs: 0
No support by the author.
I read through the RPG FAQ and ran through the first two pages of this forum for similar problems and came up with nothing. So don't yell at me for cloneposting, because I checked. x]
When the RPG is installed, it has one class type, Generic (Duh). I added more class types, and aligned specific classes with those types, then created items per each class. Okay, now, when people buy an item for their class type, it does not appear in their inventory...infact...it isn't...at all, however; the item was sold, as it appears to be deducted from the stock total, and added to the sold total.
If I use only one class type (IE: Generic), it works perfectly fine, however; I have no way of stopping people from buying odd weapons (IE: A mage buying a broadsword >.>).
So, with this, I require your help.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Did you make sure the Item Types were set for each item?
And I have no idea about the problem where items don't appear in their inventories, it works for just about everyone else :ermm:
And if a mage buys a Broadsword, provided the Item Types are set correctly, he will be unable to use it in combat.
The mage cannot buy the knife, and the swordsman cannot buy the staff. This is what I want, however; when the swordsman tries to buy a knife, or the mage tries to buy the staff, one of the respective items will decrease in stock, and everything appears to be fine, but the item will not appear in the user's inventory.
So, I thought to myself, "It only happens when there's multiple item types. When there's one, and every class is set to one, they can buy items without a hitch. Maybe if there's two types, but each class has access to the type, it will work."
Classes: Swordsman, Mage Item Types: Blade User, Staff User >> Swordsman & Mage (On both) Items: Knife, Staff >> Blade User, Staff User (On both)
Now, even though there are two item types, both classes can buy whatever item they please. So I try it, and to my suprise, the item still does not appear in the inventory, after purchase.
So, I conclude that this glitch only happens to me when there are more than one type, regardless of settings. With the default setting of one "Generic" class, everything functions fine.
Something came to mind while typing this, I will be off to test once more...
I've tested and, once again, came up with a suprising result.
I created a generic type, a swordsman class, and a knife item. I went to purchase the knife, and......it did not appear in the user inventory. Which means that either I am missing a step to creating a whole new type or I messed up some vital info while trunicating some RPG tables.
Wow, it sure is nice to see someone doing some extensive research on a bug report rather than just "it doesn't work".
I will do the same tests on my localhost and see what happens.
Thanks for the extended info, it's gonna make my job alot easier
The mage cannot buy the knife, and the swordsman cannot buy the staff. This is what I want, however; when the swordsman tries to buy a knife, or the mage tries to buy the staff, one of the respective items will decrease in stock, and everything appears to be fine, but the item will not appear in the user's inventory.
I cannot reproduce. I did the following:
Added Class Types 'Blade User' and 'Staff User'
Edited Blood Sword to have both Generic AND 'Blade User' properties
Edited Flame Staff to have both Generic AND 'Staff User' properties
Edited Ex-Soldier to be 'Blade User'
Edited Archmage to be 'Staff User'
Went to HQ, made myself Ex-Soldier
Went to Itemshop, and bought Blood Sword.
Everything went fine. The item was added, the stock decreased and the money deducted.
This was on a very mint install on 3.0.8, I did only the minimum required file edits (/global.php, /includes/init.php, /admincp/global.php, /admincp/adminpermissions.php, /admincp/index.php), and I emulated 'uttpoints' by creating it manually in my user table. It was also a fresh download of the zip file in the release thread.
I did not test any of what you said beyond this, as to put it like the vBug Tracker: 'Awaiting Feedback'
Try to either uninstall & reinstall then follow the steps I followed to create the new stuff.
If you can't do this because of user stats, then you must extract the INSERT INTO's from the /install/rpg_mysql-schema.php
What I stored in those tables are... well basically what the table names would indicate. But I can tell you that without proper info and relations between tables, bad things will start to happen even if this issue goes away
Btw, I just tested creating a new Class and making it "Blade User", and I could still have the item added to my inventory.