L* R*
HOME FORUM DOWNLOADS
Content
  Links
     Browse SVN
     SVN Commit log
     Documentation (Wiki)
  Developers
     Taskmanager
User
Welcome, Guest. Please login or register.
Did you miss your activation email?
December 02, 2008, 03:34:12 PM

Login with username, password and session length
Search



Advanced search
Support GoPHP5.org
BeBot - An Anarchy Online/Age Of Conan chat automaton > Forum > Modules > Official modules > Topic: Pocketboss and Symbiant module
Pages: [1] 2   Go Down
« previous next »
Print
Author Topic: Pocketboss and Symbiant module  (Read 4389 times)
0 Members and 1 Guest are viewing this topic.
Derroylo
Rookie
**
Offline Offline

Posts: 43



Pocketboss and Symbiant module
« on: September 09, 2005, 06:39:10 PM »

With this module you can see what pb drops which symbiants and what symbiants are dropping from which pocketboss.

Commands
!pb "pocketboss name"
- Show the list of the dropping symbiants

!symb "place" "type"
- Shows the pocketbosses that drops your needed symbiant

You need these two files to get it to work
http://nne-clan.clanintern.de/bebot/_Colors.phps
http://nne-clan.clanintern.de/bebot/PB.phps
Logged

Derroylo 220/23 NT RK2
Khalem
BeBot Founder
Administrator
Grandmaster
********
Offline Offline

Gender: Male
Posts: 670



WWW
Pocketboss and Symbiant module
« 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
Rookie
**
Offline Offline

Posts: 43



Pocketboss and Symbiant module
« Reply #2 on: September 10, 2005, 07:11:23 AM »

yeah sry have corrected it Smiley
Logged

Derroylo 220/23 NT RK2
Plac3bo
Rookie
**
Offline Offline

Gender: Male
Posts: 50



Pocketboss and Symbiant module
« Reply #3 on: October 06, 2005, 01:48:03 AM »

Why are these files phps? and not php?

I admit it, im a n00b Smiley But I downloaded them as they where and couldnt get the command to work..
Logged
Blondengy
BeBot Creator and Founder
Administrator
Rookie
********
Offline Offline

Posts: 50


Pocketboss and Symbiant module
« 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. Wink
Logged
iriche
Freshman
*
Offline Offline

Posts: 16


Pocketboss and Symbiant module
« Reply #5 on: October 06, 2005, 05:33:27 AM »

Im thinking about posting mine...
yeah Ill do that later today
Logged
Xenixa
BeBot Contributor
Expert
*******
Offline Offline

Posts: 307



Pocketboss and Symbiant module
« 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.
Code:
$msg .= Grouptext("   Found on ")."<a href='chatcmd:///tell <botname> <pre>pb ".$symb[3]."'>".$symb[3]."</a>\n\n";
Logged

<<< Hack's in Zend Studio

All my Custom Bebot files may be Found Here <-clicky
Wanuarmi
BeBot Contributor
Apprentice
*******
Offline Offline

Posts: 121


Pocketboss and Symbiant module
« Reply #7 on: November 12, 2005, 11:23:28 PM »

found a little bug/typo

Code:
 $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
BeBot Contributor
Champion
*******
Offline Offline

Posts: 353


Pocketboss and Symbiant module
« 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
BeBot Contributor
Champion
*******
Offline Offline

Posts: 353


Pocketboss and Symbiant module
« 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
BeBot Contributor
Expert
*******
Offline Offline

Posts: 307



Pocketboss and Symbiant module
« 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. Smiley 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.sql
doesn't include your additional symbs btw
Logged

<<< Hack's in Zend Studio

All my Custom Bebot files may be Found Here <-clicky
jjones666
BeBot Contributor
Champion
*******
Offline Offline

Posts: 353


Pocketboss and Symbiant module
« Reply #11 on: November 23, 2005, 07:54:05 PM »

Hi,
Hopefully link should be working now...
Cheers,
-jj-
Logged
Wanuarmi
BeBot Contributor
Apprentice
*******
Offline Offline

Posts: 121


Pocketboss and Symbiant module
« Reply #12 on: December 05, 2005, 08:43:34 PM »

heres a couple helpfiles for this module

pb.txt and symb.txt

Code:
<font color=CCInfoHeader><pre>pb &lt;pocketboss&gt;</font>
<font color=CCInfoText>Shows info on pocketbosses.</font>


Code:
<font color=CCInfoHeader><pre>symb &lt;slot&gt; &lt;type&gt;</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
BeBot Contributor
Champion
*******
Offline Offline

Posts: 353


Re: Pocketboss and Symbiant module
« 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
BeBot Founder
Administrator
Grandmaster
********
Offline Offline

Gender: Male
Posts: 670



WWW
Re: Pocketboss and Symbiant module
« 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
Pages: [1] 2   Go Up
Print
BeBot - An Anarchy Online/Age Of Conan chat automaton > Forum > Modules > Official modules > Topic: Pocketboss and Symbiant module
« previous next »
 
Jump to:  

Recent
Log playtime from buddys ...
by IKShadow
[Today at 06:48:12 AM]

[request] Raid timers
by Elesar1
[December 01, 2008, 04:41:09 PM]

Shared DB online list
by Temar
[December 01, 2008, 01:55:47 AM]

relay colors
by Temar
[December 01, 2008, 01:54:56 AM]

BeBot v0.6.0 released
by Alreadythere
[November 30, 2008, 05:32:00 PM]

Change to Bid.php
by Temar
[November 30, 2008, 11:41:44 AM]

OnlineOrg
by Jiheld
[November 29, 2008, 12:44:27 PM]

Silly Newbie Question.
by Temar
[November 29, 2008, 12:00:02 PM]

massive_pvp_time_table 1
by gerborg
[November 29, 2008, 06:55:35 AM]

Bot not see Guild Chat
by Delvar
[November 28, 2008, 08:30:34 AM]
Stats
Members
Total Members: 1244
Latest: Armonkens
Stats
Total Posts: 11145
Total Topics: 1505
Online Today: 25
Online Ever: 168
(July 01, 2007, 09:30:02 PM)
Users Online
Users: 1
Guests: 14
Total: 15
Stealth

Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
TinyPortal v0.9.8 © Bloc | NewDef design by Bloc
Page created in 0.213 seconds with 29 queries. (Pretty URLs adds 0.027s, 4q)
Loading...