|
|
|
Khalem
|
 |
« Reply #1 on: September 09, 2005, 11:07:22 PM » |
|
Nice one.
Small comment for this and your teamspeak plugin.
Use include_once instead of include. Else anyone installing both your plugins will get errors related to redefinition of functions.
|
|
|
|
|
Logged
|
BeBot Founder and Fixer Kingpin Madman coder and destroyer of good code
|
|
|
|
Derroylo
|
 |
« Reply #2 on: September 10, 2005, 07:11:23 AM » |
|
yeah sry have corrected it 
|
|
|
|
|
Logged
|
Derroylo 220/23 NT RK2
|
|
|
Plac3bo
Rookie

Offline
Gender: 
Posts: 50
|
 |
« Reply #3 on: October 06, 2005, 01:48:03 AM » |
|
Why are these files phps? and not php? I admit it, im a n00b  But I downloaded them as they where and couldnt get the command to work..
|
|
|
|
|
Logged
|
|
|
|
|
Blondengy
|
 |
« Reply #4 on: October 06, 2005, 03:12:19 AM » |
|
phps = php-source Its just so that the server doesn't interpert/execute them instead of showing the source... You'll have to rename them to .php to get them to work. 
|
|
|
|
|
Logged
|
|
|
|
iriche
Freshman
Offline
Posts: 16
|
 |
« Reply #5 on: October 06, 2005, 05:33:27 AM » |
|
Im thinking about posting mine... yeah Ill do that later today
|
|
|
|
|
Logged
|
|
|
|
|
Xenixa
|
 |
« Reply #6 on: October 19, 2005, 04:41:42 AM » |
|
Think I found a Bug with the Symb command. When it pulls the results and offers Clickies to the PB in the Info window it doesn't add syntax to the front of pb I.E. I use ! for syntax, links created show for example: /tell <bot> pb <bossname> EDIT: Never mind, I fixed it. I was missing the <pre> infront of pb in the code below. $msg .= Grouptext(" Found on ")."<a href='chatcmd:///tell <botname> <pre>pb ".$symb[3]."'>".$symb[3]."</a>\n\n";
|
|
|
|
|
Logged
|
<<< Hack's in Zend StudioAll my Custom Bebot files may be Found Here <-clicky
|
|
|
|
Wanuarmi
|
 |
« Reply #7 on: November 12, 2005, 11:23:28 PM » |
|
found a little bug/typo $commands["gc"]["pb"] = &$pb; $commands["tell"]["pb"] = &$pb; $commands["pgmsg"]["pb"] = &$pb; $commands["gc"]["symb"] = &$pb; $commands["tell"]["symb"] = &$pb; $commands["pgmsg"]["pb"] = &$pb; the second pgmsg shoud be symb or you wont be able to use it on private channel.
|
|
|
|
|
Logged
|
|
|
|
|
jjones666
|
 |
« Reply #8 on: November 18, 2005, 09:13:36 PM » |
|
Search Bug:
!pb Suzerain should return:
Adobe Suzerain Kaoline Suzerain Loessial Suzerain etc etc
However, returns only the first PB found with all the symbs from the others attached.
Cheers,
-jj-
|
|
|
|
|
Logged
|
|
|
|
|
jjones666
|
 |
« Reply #9 on: November 20, 2005, 07:01:57 AM » |
|
I added all the missing PBs to the file (there were about 10 or so), I couldn't figure out the problem with the searching so that still needs to be fixed. The list should be accurate with Aopocket's information now. Let me know if any issues. Cheers, -jj- www.jjones.co.uk/files/pb.php
|
|
|
|
|
Logged
|
|
|
|
|
Xenixa
|
 |
« Reply #10 on: November 20, 2005, 01:00:32 PM » |
|
Link doesn't seem to be working. As for the search issue in that module. The mod is only setup to return one PB with a clicky link. So if mulitple PB's have simular names your going to get all Symbs listed in one window with the 1 provided blob. I been meaning to re-write this one myself to return multiple bosses in a window, kinda like the items command does if it finds more than one item. Also was going to have it search a DB table rather than having that huge Array in pb.php stuffed into memory. Already have the data stuffed into a .sql script file and on a table in the db actually.  Just a matter of re-writing the search function or adapting the one from items.php Here's the SQL version of the Symbs/PB's: ftp://xen.afraid.org/bebot_files/pbsymbs.sqldoesn't include your additional symbs btw
|
|
|
|
|
Logged
|
<<< Hack's in Zend StudioAll my Custom Bebot files may be Found Here <-clicky
|
|
|
|
jjones666
|
 |
« Reply #11 on: November 23, 2005, 07:54:05 PM » |
|
Hi, Hopefully link should be working now... Cheers, -jj-
|
|
|
|
|
Logged
|
|
|
|
|
Wanuarmi
|
 |
« Reply #12 on: December 05, 2005, 08:43:34 PM » |
|
heres a couple helpfiles for this module pb.txt and symb.txt <font color=CCInfoHeader><pre>pb <pocketboss></font> <font color=CCInfoText>Shows info on pocketbosses.</font> <font color=CCInfoHeader><pre>symb <slot> <type></font> <font color=CCInfoText>Shows info on symbiants.
Slot ( eye | head | ear | rarm | chest | larm | rwrist | waist | lwrist | rhand | legs | lhand | feet )
Type ( support | control | infantry | artillery | extermination )
|
|
|
|
|
Logged
|
|
|
|
|
jjones666
|
 |
« Reply #13 on: December 13, 2005, 08:29:01 PM » |
|
Added following symbs which are not on AOPocket or any other PB module AFAIK (will add more as found). Thanks Enrubi and Pinnag from Storm. Alert Left Arm Extermination, Anansi's Adherent Cognizant Right Arm Control, Ushqa Effective Left Hand Control, Shake www.jjones.co.uk/files/pb.php*pokes Xenixa* Cheers, -jj-
|
|
|
|
|
Logged
|
|
|
|
|
Khalem
|
 |
« Reply #14 on: December 13, 2005, 09:28:37 PM » |
|
Hrm, im starting to think it would be better to move the array of symbiants into the database.
|
|
|
|
|
Logged
|
BeBot Founder and Fixer Kingpin Madman coder and destroyer of good code
|
|
|
|