Development > Generic custom modules

Instance Bound Tracker b2.x.x

<< < (20/21) > >>

Getrix:
There is non other having same problem. So its nothing wrong with script itself, but must be something wrong on your "installation"

Have you deleted the two tables this script use in your database and then restart your bot to make sure they are created correctly?

Kentarii:

--- Quote from: Vainamoinen on June 12, 2011, 08:11:44 pm ---[20:52] To [Qbot]: !bound add
16
[20:52] [Qbot]: Bind failed, instance doesn't exist!
[20:52] To [Qbot]: !bound add 16
[20:52] [Qbot]: Varma is now bound to
Refuge Of Apostate! Bound info
for Varma

--- End quote ---
Look at the bot console when you click on the links. Does the tell come as:

--- Code: ---!bound add 16
--- End code ---
or

--- Code: ---!bound add
--- End code ---
and

--- Code: ---16
--- End code ---
on another line?

Have you introduced some linebreaks somewhere you shouldn't when you downloaded/edited the script?
Try grabbing the attached file and replace it with the one you have.

Getrix:

--- Quote ---b2.0.2  - 2010-08-16 Getrix - Fixed bounding raids bug when bot runs on Windows machine.
--- End quote ---

Fixed (i hope:P) the problem in this topic: http://bebot.link/aoc-0-6-support/!bound-module-not-working-correctly-after-tonight%27s-raid-reset/msg17618/?topicseen#new

Kyr:
Does anyone have a version that has Isle of Iron Statues in it?

BoA-Gert:
Can't you just add it into the db table?  That's what I've done for the new instances...

This is my current bound_instance table:


--- Code: ---INSERT INTO `boabot_bound_instance` (`instance_id`, `instance_shortname`, `instance_fullname`, `instance_type`, `instance_cd`) VALUES
(1, 'Vistrix', 'Tier 1 - The Dragons Lair', 'Raid', 0),
(2, 'Yakhmar', 'Tier 1 - Yakhmars Cave', 'Raid', 0),
(3, 'Kyllikki', 'Tier 1 - Kyllikkis Crypt', 'Raid', 0),
(4, 'BRC-W1', 'Tier 2 - Black Ring Citadel: Wing 1', 'Raid', 0),
(5, 'BRC-W2', 'Tier 2 - Black Ring Citadel: Wing 2', 'Raid', 0),
(6, 'BRC-W3', 'Tier 2 - Black Ring Citadel: Wing 3', 'Raid', 0),
(7, 'T3', 'Tier 3 - Thoth-Amons Stronghold', 'Raid', 0),
(8, 'T3.5', 'Tier 3.5 - Temple of Elrik', 'Raid', 0),
(9, 'T4', 'Tier 4 - The Jade Citadel', 'Raid', 0),
(10, 'BR', 'The Battle for Blood Ravine', 'PvP', 360),
(11, 'HV', 'The Battle for Hallowed Vaults', 'PvP', 360),
(12, 'LT', 'The Battle for Lost Temple', 'PvP', 360),
(13, 'TT', 'Totem Destruction', 'PvP', 360),
(14, 'CoJS', 'Blessings of an Ancient God', 'PvP', 360),
(15, 'CoJS', 'Blessings of Jhebbal Sag', 'PvP', 360),
(16, 'CoJS', 'Divine Calling', 'PvP', 360),
(17, 'RoA', 'Refuge Of Apostate', 'Solo', 1200),
(18, 'TFC', 'The Forgotten City', 'Solo', 1200),
(19, 'Breach', 'The Breach', 'Solo', 1200),
(20, 'DMH', 'Dead Mans Hands', 'Solo', 1200),
(21, 'IIS', 'Isle of Iron Statues', 'Solo', 1200);
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version