![]() |
To upgrade, you will be asked to replace all your current FILE edits with new ones.
This is because code has so radically changed, that it would be too hard and too time consuming to manually patch each line. All database stuff, apart from the SETTINGS (Battle Options and Items Options), will be rescued in the convert. :) Reason why I cant transfer settings is that I would have to tamper with the datastore, which I have bad experiences with in the past :p |
Bah, will i still be able to change it so that the default is to have the drop down selected rather than having the rpg in postbit default?
|
well, did you find any errors in the files? I did do it like it said in the read me, but it still does not show, I had to install an addon which shows it at the BOTTOM of the post, not in the part where it shows the user info.
|
Quote:
Quote:
|
Hi Revan,
I've finally got the RPG thing working for our site and it's working great. Everyone loves it, brings more interaction with eachother. There's still a few problems here and there, but here's one I've got from a member. Quote:
|
Ive never ever seen Wager ERASING money.
As Ive tested it thoroughly on my own forums and never experienced this, I cant honestly give out a solution... :ermm: Weekend coming up so I might have time to join your forums to debug it then :) |
RPG Manual Error:
When you try clicking any of these : Quote:
Help Yes Ihave re-uploaded rpgmanual.php |
What a great addition .. installed with no problems .. https://vborg.vbsupport.ru/external/2005/01/2.gif
Clicked install |
Quote:
|
kk cool thanks :D
ps - i dont get how to make it so only certain classes/races/alignments/elemens/genders can have certain items :/ |
You can only limit Battle Types' access to certain items. To do this, create a Battle Type and move chosen classes into this Type. Then, edit Item Type and check the boxes for the items that you wish certain Battle Types to have.
:) |
Call me stupid, but how do I create a battle type :\
|
Battle Type is really Class Type, this clears some I hope... ;)
|
The host i run my board on just updated to PHP ver 5 now im having problems with 2 of my hacks, this one and Statistik.
Both seem to be related becuase i get the same error. Quote:
:disappointed: I get it in everything except healing Centre |
Hmmm apparently my "wrong stats" problem persists. The one where after "updating stats" the MA turns incorrect, even upon entering battle. For some reason it somehow adjusts back after some time.
A new thing I've come across though is that in editing the item categories' order, all of the items within that category will have its attack/heal and/or MA cost reset. I don't know if this is the exact cause of it but I believe it has something to do with it at least. |
Quote:
I have php5.0.2 on my localhost and can run everything fine. Try this, though: Go to your line 519, and check what the arguement #2 is for the array_merge() (for instance, PHP Code:
PHP Code:
Quote:
|
I've added this hack to my forum here: www.burnleyweb.com
It all appears to be working correctly excpet for 1 problem, when I try to add a new lottery, and enter all the fields, it comes back "You need to enter all fields corretly" and goes back to add new lottery. Can't find any othr probs as yet. I've made a change to the adminlottery.php as Revan said via IM but it still doesan't fix the problem. |
Quote:
|
Hm I notice now there are TWO instances of that string, did ye replace both?
|
Quote:
|
Quote:
|
Install one of the navbar addons to make the rpg appear on navbar.
|
Quote:
|
Cheers Reven Your suggestion worked like a charm and everything is 100%.
PHP Code:
Quote:
Problems started with 5.0.0 |
Congratulations, Revan ! it's now HoTM. now you care to release V3 ? ^^ (I mean the ETA)
|
Quote:
Quote:
And about the eta, you can do the math: Things I have to do before v3 final
|
it seems too long, really long.
tnx for the news anyway. |
Alright, hopefully this time I don't come up with another crazy problem that only I manage to get.
It seems that my clans get clan points even when they fight their own clan members. It was my impression that you get these when one clan fights another. Is it supposed to be this way? |
That might be a bug in the clan points system coding.
Ill take a look at it later. |
I've started getting database errors now when some users do something I don't know:
Database error in vBulletin 3.0.3: Invalid SQL: SELECT post.*, post.username AS postusername, post.ipaddress AS ip, user.*, userfield.*, usertextfield.*, user.ma AS uma,user.hp AS uhp,user.pp AS upp,user.ap AS uap,rpg_battle_options.namefield,rpg_battle_option s.exprate,rpg_battle_options.privacy AS battleprivacy,rpg_items_user.*,rpg_battle_stats.*, rpg_rpg_race.name AS rpgracename,rpg_rpg_race.alignment AS rpgalignmentname,rpg_rpg_classf.name AS fclassname, rpg_rpg_classf.folder AS fclassfolder,rpg_rpg_classm.name AS mclassname,rpg_rpg_classm.folder AS mclassfolder,rpg_rpg_element.name AS elename, icon.title as icontitle, icon.iconpath, avatar.avatarpath, NOT ISNULL(customavatar.avatardata) AS hascustomavatar, customavatar.dateline AS avatardateline, level, editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason, post_parsed.pagetext_html, post_parsed.hasimages, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid FROM post AS post, rpg_battle_options, rpg_items_options LEFT JOIN user AS user ON(user.userid = post.userid) LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid) LEFT JOIN rpg_items_user ON rpg_items_user.userid=user.userid LEFT JOIN rpg_battle_stats ON rpg_battle_stats.userid=user.userid LEFT JOIN rpg_rpg_classf ON rpg_rpg_classf.id=user.rpgclass LEFT JOIN rpg_rpg_classm ON rpg_rpg_classm.id=user.rpgclass LEFT JOIN rpg_rpg_element ON rpg_rpg_element.elementid=user.element LEFT JOIN rpg_rpg_race ON rpg_rpg_race.raceid=user.rpgrace AND rpg_rpg_race.alignmentid=user.alignment LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid) LEFT JOIN icon AS icon ON(icon.iconid = post.iconid) LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN reputationlevel AS reputationlevel ON(user.reputationlevelid = reputationlevel.reputationlevelid) LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid) LEFT JOIN post_parsed AS post_parsed ON(post_parsed.postid = post.postid) WHERE post.postid IN (0,1229,1234) ORDER BY dateline mysql error: Got error -1 from table handler mysql error number: 1030 Date: Monday 18th of October 2004 08:53:13 PM Script: http://www.burnleyweb.com/forum/show...ted=1#post1234 Referer: http://www.burnleyweb.com/forum/show...=1229#post1229 Username: dellym IP Address: XX.XX.XXX.XXX I've had a few of these e-mails now concerning different members. I have the uCash / uShop hack installed too. |
Your table got owned by something. Ive never seen this error before in my life :lick:
try looking it up somewhere, cos I come up short. |
Quote:
|
Does anyone know how the Petz hack has drop down menus with all the images in a certain directory?
thanks |
I've installed it and everything works great, thanks!
One question: No one seems to be able to use magic...How do I set up spells and such, if there is a way? |
You have to setup the spells in the ACP. Create a new category with spells in it.
|
Okay, perhaps in ACP I also must set items so they can be used in battle? I had poison knuckles, for example, but the only option available was to use my fists, despite that the knuckles were displayed...
|
Never mind, I figured it out :) Thanks again (sorry for double post)
|
This is just a minor thing but I just noticed something on the battlescreen. When I'm hovering over the dead person, instead of just showing his HP I get "HP: <a style='color#FFFF00'><a style='color:#FF0000'>0</a></a>30" where 30 is his total life.
I don't suppose there's a fix for the always changing, weird background size yet? Also, I'm trying to create class-specific items for all my classes. However, this comes up to many links in the itemshop. Is there a way to limit it so that someone can only see whatever items are available to whatever class type he is or hide the rest unless he specifically chooses to view them? |
Ill look over that <a style> stuff when I get home.
Battle scene fix is in the addons post, I had to remove the list of them due to sig line rule. And theres no way to limit the amount of links to be shown, sorry :( |
Thanks for bringing this to a reality! I'll try to install it and make it a very part of my site. Is there any special BUG i should take care off in these 46 pages I've'nt been able to read?
|
All times are GMT. The time now is 02:58 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|