Welcome Guest ( Log In | Register )

UploadScript

Check out the FREE chatroom mod for IPB 3.x

9 Pages V  < 1 2 3 4 5 > »   
Reply to this topicStart new topic
ibProBattle v1.5.1
Rodimus
post Aug 12 2006, 03:03 PM
Post #31


Newbie
*

Group: Members
Posts: 20
Joined: 2-May 05
Member No.: 156,497
IPB Version: 2.0.x



Just a thought and you can shoot me down for this if you wish. But is there a way to have the battle bars and attack button that appears in the side bar to be in a drop down box (javascript) in the sidebar?
Go to the top of the page
 
+Quote Post
fr_PR
post Aug 12 2006, 05:16 PM
Post #32


Newbie
*

Group: Members
Posts: 3
Joined: 29-March 06
Member No.: 213,139



I upgraded to this version. Everything works except the AtkShop. It says that each member has 0 gil even though they have gil. It will not let any item be purchased because it says "You cant afford this" . Any suggestion why this is? It all worked fine before the upgrade. Thanx in advance.
Go to the top of the page
 
+Quote Post
tube
post Aug 13 2006, 08:32 AM
Post #33


Newbie
*

Group: Members
Posts: 23
Joined: 7-July 03
From: California
Member No.: 25,499



QUOTE(fr_PR @ Aug 12 2006, 11:16 PM) [snapback]1721089[/snapback]

I upgraded to this version. Everything works except the AtkShop. It says that each member has 0 gil even though they have gil. It will not let any item be purchased because it says "You cant afford this" . Any suggestion why this is? It all worked fine before the upgrade. Thanx in advance.


Double check the edit in /sources/classes/class_session.php.
Go to the top of the page
 
+Quote Post
fr_PR
post Aug 13 2006, 08:47 AM
Post #34


Newbie
*

Group: Members
Posts: 3
Joined: 29-March 06
Member No.: 213,139



Lol, I can't believe I missed that. Thanx man, that was it. Looks like I simply skipped right over that edit.
Go to the top of the page
 
+Quote Post
Qdeathstar
post Aug 14 2006, 08:53 PM
Post #35


Newbie
*

Group: Members
Posts: 4
Joined: 9-May 05
Member No.: 157,535
IPB Version: 1.3.x



Ok, i have a question.

Im at http://www.gta-four.net/forums/index.php

I have the mod installed, attacking, and everything apperas to be working fine BUT

my users HP/Strength/exp/level ect shows up everywhere, except in topic view.


In topic view, it shows the bars and other information, it just appears that its not receiving anything from MySQL... i've tried checking the MySQL edits, but that doesnt seem to get me anywhere. I dont get any errors, it just doesnt work in topic view. (I can still attack from topic fiew though)

This post has been edited by Qdeathstar: Aug 14 2006, 08:53 PM
Go to the top of the page
 
+Quote Post
tube
post Aug 14 2006, 11:08 PM
Post #36


Newbie
*

Group: Members
Posts: 23
Joined: 7-July 03
From: California
Member No.: 25,499



QUOTE(Qdeathstar @ Aug 15 2006, 02:53 AM) [snapback]1722203[/snapback]

Ok, i have a question.

Im at http://www.gta-four.net/forums/index.php

I have the mod installed, attacking, and everything apperas to be working fine BUT

my users HP/Strength/exp/level ect shows up everywhere, except in topic view.


In topic view, it shows the bars and other information, it just appears that its not receiving anything from MySQL... i've tried checking the MySQL edits, but that doesnt seem to get me anywhere. I dont get any errors, it just doesnt work in topic view. (I can still attack from topic fiew though)


Double check this edit: /sources/classes/class_session.php in function load_member

Almost 100% sure that's the problem.

Let me know.
Go to the top of the page
 
+Quote Post
Qdeathstar
post Aug 16 2006, 08:36 PM
Post #37


Newbie
*

Group: Members
Posts: 4
Joined: 9-May 05
Member No.: 157,535
IPB Version: 1.3.x



works, thanks a lot
Go to the top of the page
 
+Quote Post
spearhawk
post Aug 17 2006, 12:00 PM
Post #38


Newbie
*

Group: Members
Posts: 5
Joined: 4-August 06
Member No.: 237,697
IPB Version: Not Applicable



I have this problem - when I click on any link (attak, Guilds, AtkShop) I get only white screen. Files seems to be fine
Go to the top of the page
 
+Quote Post
tube
post Aug 17 2006, 03:25 PM
Post #39


Newbie
*

Group: Members
Posts: 23
Joined: 7-July 03
From: California
Member No.: 25,499



QUOTE(spearhawk @ Aug 17 2006, 06:00 PM) [snapback]1723630[/snapback]

I have this problem - when I click on any link (attak, Guilds, AtkShop) I get only white screen. Files seems to be fine


Double check the edits to index.php.
Go to the top of the page
 
+Quote Post
MicroMonkey
post Aug 17 2006, 05:55 PM
Post #40


Member
**

Group: Members
Posts: 227
Joined: 30-June 06
From: Pennsylvania
Member No.: 231,305
IPB Version: 2.3.x



did I read somewhere that there are (or will be) new weapons and stuff to buy in the atkshop?, or am I just on drugs whistling.gif
Go to the top of the page
 
+Quote Post
tube
post Aug 17 2006, 08:52 PM
Post #41


Newbie
*

Group: Members
Posts: 23
Joined: 7-July 03
From: California
Member No.: 25,499



QUOTE(MicroMonkey @ Aug 17 2006, 11:55 PM) [snapback]1723782[/snapback]

did I read somewhere that there are (or will be) new weapons and stuff to buy in the atkshop?, or am I just on drugs whistling.gif

If you want to use what you see here on the support board, here are the queries to run.

If you are using the SQL Toolbox inside of IPB, you'll probably need to do it one line at a time... if you have phpMyAdmin around, try that instead:

CODE
DELETE FROM `ibf_attack_items`;

INSERT INTO `ibf_attack_items` VALUES (1, 'Small Tonic', 'restore', 50, 30, 30, 'potiong.gif', '-', 1, 0);
INSERT INTO `ibf_attack_items` VALUES (2, 'Medium Tonic', 'restore', 75, 65, 65, 'potionb.gif', '-', 1, 0);
INSERT INTO `ibf_attack_items` VALUES (3, 'Full Tonic', 'restore', 300, 400, 400, 'potionr.gif', '-', 1, 0);
INSERT INTO `ibf_attack_items` VALUES (4, 'Phoenix Down', 'revive', 150, 100, 100, 'feather.gif', '-', 4, 0);
INSERT INTO `ibf_attack_items` VALUES (5, 'Philter of Life', 'restore', 750, 1000, 1000, 'philter_heal.gif', '-', 1, 0);
INSERT INTO `ibf_attack_items` VALUES (6, 'Large tonic', 'restore', 150, 175, 175, 'Lgtonic.gif', '-', 1, 0);
INSERT INTO `ibf_attack_items` VALUES (7, 'Greater Strength Tonic', 'restore', 125, 0, 250, 'grt_str_ton.gif', '-', 2, 0);
INSERT INTO `ibf_attack_items` VALUES (8, 'Lesser Strength Elixer', 'restore', 250, 0, 500, 'Elixer.gif', '-', 2, 0);
INSERT INTO `ibf_attack_items` VALUES (9, 'Greater Strength Elixer', 'restore', 1250, 0, 2500, 'Elixer.gif', '-', 2, 0);
INSERT INTO `ibf_attack_items` VALUES (10, 'Strength Tonic', 'restore', 75, 0, 150, 'med_str_ton.gif', '-', 2, 0);
INSERT INTO `ibf_attack_items` VALUES (11, 'Greater Health Elixer', 'restore', 1250, 2500, 0, 'Elixer.gif', '-', 3, 0);
INSERT INTO `ibf_attack_items` VALUES (12, 'Philter of Strength', 'restore', 500, 0, 1000, 'philter_str.gif', '-', 2, 0);
INSERT INTO `ibf_attack_items` VALUES (13, 'Lesser Health Elixer', 'restore', 250, 500, 0, 'Elixer.gif', '-', 3, 0);
INSERT INTO `ibf_attack_items` VALUES (14, 'Health Elixer', 'restore', 500, 1000, 0, 'Elixer.gif', '-', 3, 0);
INSERT INTO `ibf_attack_items` VALUES (15, 'Philter of Health', 'restore', 1000, 2000, 0, 'philter_hp.gif', '-', 3, 0);
INSERT INTO `ibf_attack_items` VALUES (16, 'Lesser Health Tonic', 'restore', 25, 50, 0, 'less_hp_ton.gif', '-', 3, 0);
INSERT INTO `ibf_attack_items` VALUES (17, 'Health Tonic', 'restore', 75, 150, 0, 'med_hp_ton.gif', '-', 3, 0);
INSERT INTO `ibf_attack_items` VALUES (18, 'Greater Health Tonic', 'restore', 125, 250, 0, 'grt_hp_ton.gif', '-', 3, 0);
INSERT INTO `ibf_attack_items` VALUES (19, 'Elixer of Life', 'restore', 1500, 2000, 2000, 'Elixer.gif', '-', 4, 0);
INSERT INTO `ibf_attack_items` VALUES (20, 'Lesser Strength Tonic', 'restore', 25, 0, 50, 'les_str_ton.gif', '-', 2, 0);


DELETE FROM `ibf_item_cats`;

INSERT INTO `ibf_item_cats` VALUES (1, 'Regular Tonics', 1);
INSERT INTO `ibf_item_cats` VALUES (2, 'Strength Tonics', 2);
INSERT INTO `ibf_item_cats` VALUES (3, 'Health Tonics', 3);
INSERT INTO `ibf_item_cats` VALUES (4, 'Revive', 4);

DELETE FROM `ibf_weapons`;

INSERT INTO `ibf_weapons` VALUES (1, 'Knife', 1, 5, 'knife.gif', '-', 0, 0);
INSERT INTO `ibf_weapons` VALUES (2, 'Bat', 6, 10, 'bat.gif', '-', 0, 0);
INSERT INTO `ibf_weapons` VALUES (3, 'Gun', 11, 15, 'gun.gif', '-', 0, 0);
INSERT INTO `ibf_weapons` VALUES (4, 'Sledge-o-matic', 16, 20, 'sledge.gif', '-', 0, 0);
INSERT INTO `ibf_weapons` VALUES (5, 'Holy hand grenade', 21, 30, 'hhgrenade.gif', '-', 0, 0);
INSERT INTO `ibf_weapons` VALUES (6, 'AK47', 31, 40, 'ak47.jpg', '-', 0, 0);
INSERT INTO `ibf_weapons` VALUES (7, 'Spam can of doom', 41, 50, 'spammy.gif', '-', 0, 0);
INSERT INTO `ibf_weapons` VALUES (9, 'Amazing exploding chili', 51, 75, 'chilli.jpg', '-', 0, 0);
INSERT INTO `ibf_weapons` VALUES (10, 'Fartbomb', 76, 100, 'fartbomb.gif', '-', 0, 0);
INSERT INTO `ibf_weapons` VALUES (11, 'Arsenic', 101, 150, 'arsenic.jpg', '-', 0, 0);
INSERT INTO `ibf_weapons` VALUES (12, 'Grenade', 151, 350, 'grenade.jpg', '-', 0, 0);
INSERT INTO `ibf_weapons` VALUES (13, 'Atomic Wedgie', 351, 800, 'atomic wedgie.jpg', '-', 0, 0);
INSERT INTO `ibf_weapons` VALUES (14, 'WMD', 801, 1500, 'wmd.jpg', '-', 0, 0);
INSERT INTO `ibf_weapons` VALUES (15, 'Atom Bomb', 1501, 3000, 'explode.jpg', '-', 0, 0);
INSERT INTO `ibf_weapons` VALUES (16, 'Radioactive Goo', 3001, 4500, 'radioactive goo.jpg', '-', 0, 0);


These are good starting points, as your game progresses, you'll probably want to change the stats and add/tweak items/weapons.
Go to the top of the page
 
+Quote Post
spearhawk
post Aug 17 2006, 10:48 PM
Post #42


Newbie
*

Group: Members
Posts: 5
Joined: 4-August 06
Member No.: 237,697
IPB Version: Not Applicable



QUOTE(tube @ Aug 17 2006, 09:25 PM) [snapback]1723721[/snapback]

QUOTE(spearhawk @ Aug 17 2006, 06:00 PM) [snapback]1723630[/snapback]

I have this problem - when I click on any link (attak, Guilds, AtkShop) I get only white screen. Files seems to be fine


Double check the edits to index.php.

I checked all files - they all correct. May be it is skin error?
Go to the top of the page
 
+Quote Post
tube
post Aug 18 2006, 05:36 AM
Post #43


Newbie
*

Group: Members
Posts: 23
Joined: 7-July 03
From: California
Member No.: 25,499



QUOTE(spearhawk @ Aug 18 2006, 04:48 AM) [snapback]1723864[/snapback]

QUOTE(tube @ Aug 17 2006, 09:25 PM) [snapback]1723721[/snapback]

QUOTE(spearhawk @ Aug 17 2006, 06:00 PM) [snapback]1723630[/snapback]

I have this problem - when I click on any link (attak, Guilds, AtkShop) I get only white screen. Files seems to be fine


Double check the edits to index.php.

I checked all files - they all correct. May be it is skin error?

Did you do the ipd_components.xml step?
Go to the top of the page
 
+Quote Post
spearhawk
post Aug 18 2006, 11:40 AM
Post #44


Newbie
*

Group: Members
Posts: 5
Joined: 4-August 06
Member No.: 237,697
IPB Version: Not Applicable



yes, but I did it at the end, could it be the problem?
Go to the top of the page
 
+Quote Post
Ubslasherx
post Aug 19 2006, 09:55 PM
Post #45


Newbie
*

Group: Members
Posts: 10
Joined: 3-March 06
Member No.: 207,826
IPB Version: Not Applicable



My revives dont work... but other then that I love this mod tongue.gif
Go to the top of the page
 
+Quote Post

9 Pages V  < 1 2 3 4 5 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 13th March 2010 - 01:53 PM

Search Engine Keywords
Invision Skins · IPB Skins