vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   RPG Integration Hack /w Battle (BETA) (https://vborg.vbsupport.ru/showthread.php?t=46417)

SM Tengu 05-06-2003 11:15 PM

Quote:

Yesterday at 07:05 PM Sun Boy said this in Post #1562
Hello,

When i am in a battle, i can't use any weapons or spells or potions, i can't select it, but i have one weapon!, same thing to users!!

PlZzZzZzZz


Have you set the buff of the weapons in the admin panel? If the weapons don't have a buff, they will not be useable.

PixelFx 05-07-2003 12:01 AM

Quote:

Today at 12:10 PM roninuta said this in Post #1563
This is freaking awesome - from all the screens I have seen this is gonna be soooooooo kewl. As soon as I can get a test server up i will install.

OMG OMG OMG OMG - this is gonna be fun!


LOL, yup, it's pretty kewl, I can't wait for the next update, not sure when though... ;) *hints* welcome...

seriously it's pretty awesome...

Sun Boy 05-07-2003 11:09 AM

yes i set it
i use Rod and before i buy it i have put the Buff 20 from the cp !
but when i try to play battle i can't use this weapon !! :(

Sun Boy 05-07-2003 04:50 PM

Hello,

it's work good now

but i have some bugs

1. i have install this hack with Store hack, the post count if the user post the post number 1 for him it still on 0

2. same thing in the money, if user post a rplay number 1 for him the money conut say he have 2 Gil, re-download the page then it say he have 5 Gil and still on 0 post !!

roninuta 05-07-2003 05:27 PM

I noticed one thing that I had to do when getting MySQL errors 1054. I already had the Store hack installed and customized. This lead to problems when the installer script for RPG tired to insert colums in the userfield and items_user tables.

I had to empty all the item tabels using phpmyadmin and rerun the install_itemshop_items script (which stops if it finds a duplicated column at anytime).

Also to get my money to work correctly with store I had to setup field6 by hand in the userfield table by hand and set the values via phpmyadmin. After that the money and items work great.

I'm off to customize my profiles now.

So far so good though. Hope this helps people.

Davey 05-07-2003 08:26 PM

Is it possible to let admins edit stats?
I'm talking about STR, MAG, etc., not HP.

Dave.

Mijae 05-10-2003 03:01 PM

When will the next version come out Bytsis?

midnightz 05-11-2003 08:43 AM

Hi I need a little help, a friend of mine installed this and I seem to missing some things like user cp pulldowns and etc.. I will gladly PAY someone to take a look at the installed hack since its on my LIVE board and fix what is necessary. I have mother in law duties I can't escape and really could use the help. It seems that my main two things are.

1 - I have no battle fields show up (in cp its a red x) and etc..

2 - and see attached image.

any help would be awesome, but I don't mind hiring somebody to double check this great script and make sure all is ok

Thanks,

Midnightz & Amy

DarkDraco07 05-11-2003 09:02 AM

check your pm

LangTuDaTinh 05-11-2003 09:38 PM

PROBLEM /W DONATION

please fix the script

in getinfo template

file $post[userid] , change it to $userinfo[userid]

LangTuDaTinh 05-11-2003 10:10 PM

how can i determine bluff number for each item?

and how does it work?

should i put a number only or a - (minus) or + (plus) sign before the bluff number??

what if i buy more than 3 items??? the first item will be lost and what will happen to my money?

roninuta 05-12-2003 04:00 PM

Is anyone else having a problem editing the defaulted (pre-installed) classes?

I can see them just fine in phpmyadmin and can edit them too. The edits I make in the DB work just fine, but in the admin cp, when I select Edit Classes, only the classes I have added to the table show up and are editable.

If I remove my own classes and just leave the defaulted ones in there the list show onlythe button to update classes.

I'm sorry that I don't havea screen shot for you, this terminal seems to not want to cooperate with me right now.

Also I (so far) have only gotten additional item categories to work in personal item shops. I set one up for spells and the option to use it in battle was not available (even when buffer was set and item was equipped).

BTW - this is a great hack - my users are already begging me to turn it on.

roninuta 05-12-2003 04:04 PM

nevermind - I'm an idiot. My type table was empty - I created a new class type - it defaulted to ID4, all my generic types are ID0, I changed my "new" generic from 4 to 0 and wham - all fixed.

Hope that helps others.

engquist 05-12-2003 06:14 PM

well, I note that this support thread is 106 pages long so it must mean that many issues have been resolved/fixed.

I have a new board running VBulletin 2.3.0

Can someone tell me if this hack is fairly stable if I competently follow all the directions? (I'm not asking for a guarantee, just your opinions)

in other words, would anyone go as far as to classify this is almost "no longer beta"

do a lot of you run 2.3.0 and have it working completely fine?

Zalastri 05-12-2003 06:31 PM

Certain unscrupulous users on my forums are cheating.... wagering money they do not have and then getting some kickback... My forums went from 400+ posts a day to less than 20 because of all of the cheaters (Forums are based off of your hack, battling and roleplaying.). Please help

Bitsys 05-12-2003 07:28 PM

Quote:

05-02-03 at 05:51 AM SM Tengu said this in Post #1541
I made a very small add-on that makes the hack even more RPG like.

If you fight a high level opponent it would make sense if you gained more experience than if you fight a low level opponent. So what this hack does is simply to multiply the experience-factor that you set for winning the battle with the opponents level.


Open battleupdate.php and find:
-------

if($battleopt[givewinexp] == 1 && $battleopt[expperwin] > 0) {
if($battle[winnerid] > 0)
$DB_site->query("UPDATE user SET xp=xp+$battleopt[expperwin] WHERE userid='$battle[winnerid]'");
}

-------


And replace with:
-------

if($battleopt[givewinexp] == 1 && $battleopt[expperwin] > 0) {
if($battle[winnerid] > 0)
$DB_site->query("UPDATE user SET xp=xp+($opponentlevel*$battleopt[expperwin];) WHERE userid='$battle[winnerid]'");
}

-------

Very simple hack, but it can prevent some abuse of the fighting system. For example the so called Bottom-feeding.

Perhaps this could be included in the next update? Personally, I think it would make more sense than the current system =)



Bitsys, would it be possible to make different forums gain you a different amount of creds and exp? I've made a raw code hack now, but I have to alter it through the code instead of the admin panel.

For example, I want my users to gain more experience and credits for posting in a serious forum such as "Forum Suggestions". And less if they use "General Discussions".

Perhaps implent a multiplier in the Forum Moderation-system.

Nice add-on :)

As far as the forum-specific creds and exp goes, I thought about that a while ago but decided against it because I am very reluctant to add another 2 database fields to the `forum` table.

Overall, if such a feature were implemented then it would greatly improve the quality of posts, eh? I am tihnking about it.

Quote:

05-02-03 at 11:31 AM Sun Boy said this in Post #1542
Hi,

this's a nice hack

1. when i go to the itemshop and then click on bank nothing change, i am still in the itemshop

Are you using Lesane's Store Points for the monetary system? If so, then the bank will not work. Ooops, I see that flame answered your question. Nevermind :)

Quote:

05-02-03 at 11:31 AM Sun Boy said this in Post #1542
2. i don't want to fight a user, i want to add a battle room without a password and any user can come and fight me , can i do that ?

sorry 4 my bad english ;)

thanks, :)
Sun Boy :cool:

Hmm, I don't think that is currently possible. That is an interesting idea though.

Quote:

05-03-03 at 02:54 AM Me! said this in Post #1544
Thank you for your response. I went into php my admin and checked and the rpg_ tables do exist and each one has data in it. Maybe I should try a fresh install again?

Yes, but this time make sure you either give write access to the folders where the backups are stored, or disable the backups altogether. That will make it easier to see if any other errors occured.

Quote:

05-04-03 at 10:22 AM Ryoku said this in Post #1547
dont mean to double post but can i install this hack manualy ?

You can, but it took me 3 hours when I did it the first time. After that, I went with vbhacker.

Quote:

05-04-03 at 06:56 PM GaleForce said this in Post #1550
Too many pages to check... Will there every be individual instructions for installing this hack if you already have one of the parts installed? (I have the Itemshop already)

Unfortunately, the database tables and php files for the itemshop hack have been changed drastically from the original version and providing instructions for upgrading would be error-prone and difficult.

Quote:

05-05-03 at 05:17 PM sonic3d said this in Post #1554
ur right. when i read the manual and it said "Should usually be kept within 1 and 10", didn't realize it said it SHOULD.

thanx for replying.

l8er
sonic


Wow, someone read the manual. I'm impressed ;)

Quote:

05-05-03 at 05:30 PM Link14716 said this in Post #1555
I also had this problem. Here is how I fixed it.

In battleupdate.php...
Find:
PHP Code:

                                $posts $DB_site->query("SELECT * FROM battle_posts WHERE battlenumber='$battle[battlenumber]' ORDER BY battleactionid"); 

Replace With:
PHP Code:

                                $posts $DB_site->query("SELECT * FROM battle_posts WHERE battlenumber='$battle[battlenumber]' ORDER BY battleactionid ASC"); 


Thanks, will be fixed in the next version.

Quote:

05-05-03 at 11:55 PM Davey said this in Post #1558
Is there any reason the attack seems to stay at 10 no matter what you do?
I really am having trouble understanding that aspect of the battle system.
On another note, the 'level' is not shown in the battle screen.

Dave.


Like SM Tengu said, as lower levels it isn't very noticeable. However, there is a +- 25% damage difference built in.

Quote:

05-07-03 at 12:50 PM Sun Boy said this in Post #1567
Hello,

it's work good now

but i have some bugs

1. i have install this hack with Store hack, the post count if the user post the post number 1 for him it still on 0

2. same thing in the money, if user post a rplay number 1 for him the money conut say he have 2 Gil, re-download the page then it say he have 5 Gil and still on 0 post !!

Could you please elaborate on both issues? I am having trouble understanding where the post count / money count is located (which php file) and the specific aspects of the user in question. Are you saying this use has no posts or 1 post or what?

Quote:

05-07-03 at 04:26 PM Davey said this in Post #1569
Is it possible to let admins edit stats?
I'm talking about STR, MAG, etc., not HP.

Dave.


Those stats are calculated on the fly and are not stored in the database therefore it is impossible to change them and have the changes stay.

Quote:

05-10-03 at 11:01 AM v0id said this in Post #1570
When will the next version come out Bytsis?
Not sure :(

Quote:

Yesterday at 05:38 PM LangTuDaTinh said this in Post #1575
PROBLEM /W DONATION

please fix the script

in getinfo template

file $post[userid] , change it to $userinfo[userid]


Is that code from the Member Profile Add-on? If so, then it will be fixed in the next version. If not, then let me know.

Quote:

Yesterday at 06:10 PM LangTuDaTinh said this in Post #1576
how can i determine bluff number for each item?
Experiment with different values. All boards are different and it all depends on how much experience you give your users.
Quote:

Yesterday at 06:10 PM LangTuDaTinh said this in Post #1576
and how does it work?
Search this thread for "battle formula".

Quote:

Yesterday at 06:10 PM LangTuDaTinh said this in Post #1576
should i put a number only or a - (minus) or + (plus) sign before the bluff number??
Don't worry about the + or -, just put an integer value in the field.

Quote:

Yesterday at 06:10 PM LangTuDaTinh said this in Post #1576
what if i buy more than 3 items??? the first item will be lost and what will happen to my money?
You will get refunded the appropriate amount of money for the item that is replaced. To determine how much an item will give you if you sell it back, check the Refund column for taht particular item.

Quote:

Today at 02:14 PM engquist said this in Post #1579
well, I note that this support thread is 106 pages long so it must mean that many issues have been resolved/fixed.

I have a new board running VBulletin 2.3.0

Can someone tell me if this hack is fairly stable if I competently follow all the directions? (I'm not asking for a guarantee, just your opinions)

in other words, would anyone go as far as to classify this is almost "no longer beta"

do a lot of you run 2.3.0 and have it working completely fine?


It is fairly stable. Once any install issues are fixed, there are usually no other problems that occur. Right now, I am working on fixing bugs.

Quote:

Today at 02:31 PM Zalastri said this in Post #1580
Certain unscrupulous users on my forums are cheating.... wagering money they do not have and then getting some kickback... My forums went from 400+ posts a day to less than 20 because of all of the cheaters (Forums are based off of your hack, battling and roleplaying.). Please help

Although I may not have stated it before, it has always been my opinion that a hack can not be the basis for a forum. It is the people that form the community that will ultimately determine the fate of one's board. If you could provide some more details as to how these people were cheating then that would be great.


My absence from this thread can be partly attributed to my role as a Beta Tester for Star Wars Galaxies. Due to circumstances beyond my control, I am unable to play that game for an unnspecified amount of time. This means that I can spend more time working on the hack again.

LangTuDaTinh 05-12-2003 09:51 PM

my users cheated by create another username and fight with zero $..so their stats gain so fast because of winning...

i don't care about this. we play this for fun...losing or wining is no matter...

great hack...

if user able to add more items that would be great....but this will be require to rewrite nearly the whole hack.

also i woulld like to request a feature... where member can loan money from the system or other members with interest...hight interest from the system..but lower interest from other members.

midnightz 05-13-2003 06:05 AM

Hi all,

I have one lingering issue with a DB error

Database error in vBulletin 2.2.9:

Invalid SQL: SELECT storep FROM user WHERE userid=
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

mysql error number: 1064

Date: Tuesday 13th of May 2003 01:54:38 AM
Script: http://www.digikitten.com/forums/forums/itemshop.php
Referer: http://www.digikitten.com/forums/ite...on=donate&user

I also can't find a bank that will work, any leads please on a working bank.

We got this on install of the bank but it seems that the double forums / somewhere is the cause.

Invalid SQL: ALTER TABLE user ADD money SMALLINT(5) UNSIGNED DEFAULT '0' NOT NULL;
mysql error: Duplicate column name 'money'

mysql error number: 1060

Date: Monday 12th of May 2003 06:18:17 PM
Script: http://www.digikitten.com/forums/for...p?s=&action=db
Referer: http://www.digikitten.com/forums/admin/install_bank.php

----------------------------

Thank you all, this is a great hack, its alot of fun and we are loving it

Amy and midz

PixelFx 05-13-2003 08:02 AM

*Beta Tester for Star Wars Galaxies*
Drools.... still waiting .. grombles...

as for RPG system, if you need a beta tester, I'm totally up for ripping my forum to streads to fix anything ;) that needs testing...

midnightz 05-14-2003 01:33 AM

Ok,

I fiquired out the donate sql error and it works with no DB error :1604

I have a few questions I hope somebody can help with, some or quite well might sound dumb :?

1 - When i'm in my RPG CP I can donate now, but it only brings up amount and anonomous with submit box. Who am I donating to? I can't specify a user. and if I do it directly from the RPGCP the popup box is too small to display correctly

2 - I have Lesanes store hack in but the I was told a bank will not work with Lesanes hack point system. When i try to when I click money inpocket and money in bank I get a screen with my name and the Give points to midnightz
Give points to midnightz - Points to give - pop up?

What bank should I use, or can it work with Lesanes somehow, i'm open for all ideas. :)

3 - I have been told by numerous people that have popup pm activated, including myself that the pop up PM does not appear, is it best to use a pm bar blinking hack and can the name of delted user that appears in the PM be changed to lets say "battle lord" or something different.

This is the addition hack I will be adding to my board, except for a skin to end all skins (hehe).

I am currently working on a enhanced pet hack for the battle with a friend that will have 50 very extreme and strange pets all with super definition (excited).

But before I jump into that I need some basic info like the questions above.

thanks so much, have a good one,

midnightz & Kitten

:)

midnightz 05-14-2003 01:50 AM

Ok, I take that back I used the fix for a template and now my entire db is going nuts. I love this hack, but I might have to dismiss it

mysql error number: 1064 all over every post thread and all, :( damn!

midnightz 05-14-2003 02:02 AM

Ok,

sorry for all the posts, I had by entire board failing, I turned back on lesanes point system and the DB failures stopeed. The RPG point system was causing damage. I think it might be time to hire a pro here and fix all this, I'm annoyed... atm

But happy its not erroring

help lil old me - I'm a designer and just a novice coder

LangTuDaTinh 05-14-2003 02:50 AM

1 - When i'm in my RPG CP I can donate now, but it only brings up amount and anonomous with submit box. Who am I donating to? I can't specify a user. and if I do it directly from the RPGCP the popup box is too small to display correctly

i removed this link from there.

i don't like the current itemshop , i want unlimited weapons (or items) if user want to buy instead of 3 or 4...but that will require to change the whole table and the way the battle work.

LangTuDaTinh 05-14-2003 02:52 AM

there are so many NOT WORKING features in this hack since it's beta....but i must say ..it 's still a great hack...i will list all of them and a fix for them....kekeeke i will fix those small things...so the author will have more time to add more features for this hack..kekkeek

kevinnguyen 05-14-2003 03:19 AM

Quote:

05-12-03 at 12:10 AM LangTuDaTinh said this in Post #1575
how can i determine bluff number for each item?

and how does it work?

should i put a number only or a - (minus) or + (plus) sign before the bluff number??


what if i buy more than 3 items??? the first item will be lost and what will happen to my money?


u can only buy 1 item in each cate (e.g. 1 weapon, 1 armor, 1 accessory)

midnightz 05-14-2003 03:09 PM

Quote:

Yesterday at 10:52 PM LangTuDaTinh said this in Post #1588
there are so many NOT WORKING features in this hack since it's beta....but i must say ..it 's still a great hack...i will list all of them and a fix for them....kekeeke i will fix those small things...so the author will have more time to add more features for this hack..kekkeek
Yes very true I noticed, if the authors need some funding to finish this hack, I would contribute to the completion of a 100% error free hack. I can also test it on my Mac platform as well, and I'm glad to help.

This hack needs to become full grown, its awesome

midz

roninuta 05-14-2003 03:26 PM

It works great on the OSX platform both Server (which mine is running on an Xserve colocated) and the client (no problems in classic or OSX).

I'm very happy with the hack.

midnightz 05-14-2003 03:35 PM

I have both a Xserve (mine) and a PC running linux (leased) (and from Texas as well)

You have no problems with donation and other features? Which version of OSX server are you running? I might switch this site to that server.

Is it maybe a LINUX REDHAT thing?

Like I said, my wife loves it and we will pay for its perfection, so it runs on my board :)

Good to see a fellow mac user - I love my Xserve =) Just got it

MindTrix 05-14-2003 04:54 PM

I checked out the screenies in like the 2nd post and it looks amazing, but i saw there was a hell of a lot of options and weapons etc etc etc. Are these easy to edit? I run a rap board and would like to change everything to suit it. So like weapons could be guns and knifes etc etc, and potions etc would be drugs and booze ya get the drift lol. Just wondered b4 i attemted to make my brain work and install this beauty

roninuta 05-14-2003 07:22 PM

Quote:

Today at 11:35 AM midnightz said this in Post #1592
I have both a Xserve (mine) and a PC running linux (leased) (and from Texas as well)

You have no problems with donation and other features? Which version of OSX server are you running? I might switch this site to that server.

Good to see a fellow mac user - I love my Xserve =) Just got it


Well I honestly haven't tried to donate anything yet. The store donation works but the battle donation doesn't work yet - I am going to just redirect to the store donation if possible. I know that's not a solution but it should work.

I had some problems related to the ID numbers in my tables but that got worked out with some well placed echo statements.

roninuta 05-14-2003 07:25 PM

Quote:

Today at 12:54 PM MindTrix said this in Post #1593
I checked out the screenies in like the 2nd post and it looks amazing, but i saw there was a hell of a lot of options and weapons etc etc etc. Are these easy to edit? I run a rap board and would like to change everything to suit it. So like weapons could be guns and knifes etc etc, and potions etc would be drugs and booze ya get the drift lol. Just wondered b4 i attemted to make my brain work and install this beauty

It is mondo simple to edit the items. Hell at this point I've gone edit crazy myself. I have them in about 8 categories including admin equipment (it's good to be the king). I added a musket, a blackpowder pistol, and bows for the archer class.

It really is simple - just make sure that the ID numbers are right in your table - that was where I ran into problems.

MindTrix 05-14-2003 08:28 PM

hmmmmmmmmm sounds like it could be a bit complex :(

midnightz 05-14-2003 11:25 PM

I would like to give big props to a few peeps here.

Number one for Bitsys, for helping me get the bugs well under control :) You rock and your a great peep and your hack kicks ass!

To Draco - Man your a great guy as well, and really know this hack from the love you have for it.

Cheers,

Midnightz & Kitten :bunny:

kevinnguyen 05-15-2003 12:41 AM

Quote:

05-12-03 at 11:51 PM LangTuDaTinh said this in Post #1581
my users cheated by create another username and fight with zero $..so their stats gain so fast because of winning...

i don't care about this. we play this for fun...losing or wining is no matter...

great hack...

if user able to add more items that would be great....but this will be require to rewrite nearly the whole hack.

also i woulld like to request a feature... where member can loan money from the system or other members with interest...hight interest from the system..but lower interest from other members.

to avoid members cheating by this way, i suggest a feature: only allow members that have a specific amount of post to join the battle
that would be great
thanx

LangTuDaTinh 05-15-2003 01:06 AM

hahhahhaha...they still can...it's easy to get that amount of posts in my forum.

as soon as they do..and they just need 1 username...then they can go all the way....hehehe.. ...but no one want to fight /w that person....because they know they gonna lose anyway...that person will soon bored...hehhheeh..

if u want to allow members that have a specific amount of posts to join the battle..then change it in the battle file...the file where member enter to challenge other...add a if and else statment...

Zalastri 05-15-2003 12:57 PM

Well its not the basis... But a major addon. My users will get a newbie and fight them... They will wager lets say 213098243098g gold... Which they dont have. They will OWN the noob.. Then they will get 04398023984098 or however much they wagered gold... which they DID NOT have.. :( People are cheating pretty badly with it.. Heeeelp.. Either a mod that makes it so you have to have the money for wagering... Or a wager limit would be good.

roninuta 05-15-2003 02:04 PM

I have noticed a small bug (maybe a feature?). Editing Item Type defaults some items to Generic (ID0), I have gone into the table and looked (even edited) the vaules. Somehow the default still comes back to include Generic. Maybe I looked at the wrong field.

Anyone know what field item type is associated in the items table? Where this becomes a problem is people being able to purchase items that obviously don't belong to them (although I love the movie Wizards, I don't want all my users with mages having guns).

What script calls this?

Thanks in advance...

Bitsys 05-15-2003 02:04 PM

Quote:

Today at 07:05 AM Me! said this in Post #1600
One quick question, are spells used in this game? My users are asking me and I can't find the answer XD

Yes. You need to create a new Item Category and set its Battle Type to Spells. After that, you need to add some spells to it and set how much MA they use.

Quote:

Today at 08:57 AM Zalastri said this in Post #1601
Well its not the basis... But a major addon. My users will get a newbie and fight them... They will wager lets say 213098243098g gold... Which they dont have. They will OWN the noob.. Then they will get 04398023984098 or however much they wagered gold... which they DID NOT have.. :( People are cheating pretty badly with it.. Heeeelp.. Either a mod that makes it so you have to have the money for wagering... Or a wager limit would be good.

This is not supposed to happen. If the user does not have enough money, then the battle screen should tell them that they don't have enough to wager. Can you give me a link to your forums so that I can test this for myself?

Quote:

Today at 10:04 AM roninuta said this in Post #1602
I have noticed a small bug (maybe a feature?). Editing Item Type defaults some items to Generic (ID0), I have gone into the table and looked (even edited) the vaules. Somehow the default still comes back to include Generic. Maybe I looked at the wrong field.

Anyone know what field item type is associated in the items table? Where this becomes a problem is people being able to purchase items that obviously don't belong to them (although I love the movie Wizards, I don't want all my users with mages having guns).

What script calls this?

Thanks in advance...

The script is itemadmin.php located in the admin folder. Do the items default to Generic even after you set them to another value? Or are NEW items defaulting to Generic after you add them? What is the end result that you want the items to do, be Generic or something else?

If you look through itemadmin.php, you may be able to figure it out for yourself if you want to try that.

engquist 05-15-2003 05:10 PM

I have a question before I begin installation of this awesome hack.

1) Will this itemshop interfere in any way with the Lesane Store Hack?

2) This itemshop is only for items which can be used in battle, right?

roninuta 05-15-2003 06:25 PM

Quote:

Today at 01:10 PM engquist said this in Post #1604
I have a question before I begin installation of this awesome hack.

1) Will this itemshop interfere in any way with the Lesane Store Hack?

No - there is no interefrence. I found it to work quite well.

Quote:

[2) This itemshop is only for items which can be used in battle, right? [/B]
You can have non-battle items but you can only buy them in the itemshop - they will not show up in the Lesane Store. I have recently added Backpacks and animals of burden - neither of which are useful in battle - just for extra fluff.


All times are GMT. The time now is 07:46 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04082 seconds
  • Memory Usage 1,920KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (31)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete