HOME FORUM
* *

Content

  •    Links
  •        Downloads
  •        Bugtracker
  •        Code repository
  •        Documentation (Wiki)

User

Welcome, Guest. Please login or register.
Did you miss your activation email?
July 04, 2009, 06:16:53 PM

Login with username, password and session length

Search




Advanced search
Support GoPHP5.org
BeBot - An Anarchy Online/Age Of Conan chat automaton > Forum > Development > Module Requests > BeBot Hyborian Modules > Topic: Some mods ported over
Pages: [1]   Go Down
« previous next »
Print
Author Topic: Some mods ported over  (Read 1345 times)
0 Members and 1 Guest are viewing this topic.
Sorekill
Freshman
*
Offline Offline

Posts: 11


Some mods ported over
« on: July 04, 2008, 11:50:33 AM »

I run bots for both AO and AoC and wondering if a few of the mods from AO can be ported over to AoC such as:

Guides
Ventrillo

Then wondering if there is a way for the craft mod to show a list of everyone's crafts in the guild after they have inputed it. Atm, when someone setcraft's then does craft it only shows theirs. It would be nice if someone does craft it shows a list of everyone's crafts in the guild.

For the ported ones, if someone could post a how to on what specifically changed in the code might help me. As it is, I just began to read on how to code php and mysql Smiley but haven't actually programmed in 13 yrs and abit out of touch.
Logged
figgy
Freshman
*
Offline Offline

Posts: 6


Re: Some mods ported over
« Reply #1 on: July 04, 2008, 03:11:56 PM »

Are you referring to Ragebot modules or pbot?

I don't think I had seen guides or ventrilo for bebot, then again I didn't use it in AO...

Then again I would like to know where to find the ventrilo module you speak of.
Logged
Sorekill
Freshman
*
Offline Offline

Posts: 11


Re: Some mods ported over
« Reply #2 on: July 04, 2008, 07:47:58 PM »

http://bebot.shadow-realm.org/0-2-x-customunofficial-modules/ventrilo-display/

This is the vent mod posted by gala.

there is alot of mods that are nice from AO that would be nice ported over Smiley
Logged
Noer
BeBot Hyborian Developer
Apprentice
*******
Offline Offline

Posts: 106


Re: Some mods ported over
« Reply #3 on: July 05, 2008, 06:05:22 AM »

Hi Sorekill,

if it is 0.5.x modules you can use them directly.

If it is 0.4.x modules you need to recode them a bit. If its 0.4.x modules please send links directly to them and I can convert them when I have the time.
Logged
Sorekill
Freshman
*
Offline Offline

Posts: 11


Re: Some mods ported over
« Reply #4 on: July 05, 2008, 10:57:00 AM »

Looking at the code and also trying to run them under AoC bebot guessing these need updated to .5 ... they work on my older AO bots.

Ventrillo code is towards the bottom of Glarawyn's first post : http://bebot.shadow-realm.org/0-2-x-customunofficial-modules/ventrilo-display/

Guides Mod is located in Sabkor's post as a Zip file: http://bebot.shadow-realm.org/0-4-x-customunofficial-modules/guides-module/

If i find any others I will post em here...and thanks for taking a look. Also anything on my above question about Craft mod?
Logged
Helious
Freshman
*
Offline Offline

Posts: 10


Re: Some mods ported over
« Reply #5 on: July 05, 2008, 11:32:37 PM »

A Vent mod would be really badass...
Logged
Sorekill
Freshman
*
Offline Offline

Posts: 11


Re: Some mods ported over
« Reply #6 on: July 06, 2008, 11:03:13 AM »

Got em both to work using Temar's .4 support here http://bebot.shadow-realm.org/0-5-x-customunofficial-modules/0-4_support-for-latest-0-5/

However Guides doesnt work correctly due to changes in link commands or how a msg is sent...not sure still working on that...
Logged
Helious
Freshman
*
Offline Offline

Posts: 10


Re: Some mods ported over
« Reply #7 on: July 06, 2008, 01:28:21 PM »

I cant get it to work at all, even using the link you posted, I just get that it doesnt exist Sad
Logged
Vrykolas
BeBot Hyborian Developer
Apprentice
*******
Offline Offline

Posts: 100


Re: Some mods ported over
« Reply #8 on: July 07, 2008, 11:38:39 AM »

I've attempted to port the ventrilo display, however I don't run a Vent server myself, so I would appreciate some kind soul testing it and telling me of any bugs.

Simply copy this file into the custom/modules folder, rename it to ventrilo.php and restart the bot
ventrilo.phps
Logged
Noer
BeBot Hyborian Developer
Apprentice
*******
Offline Offline

Posts: 106


Re: Some mods ported over
« Reply #9 on: July 07, 2008, 12:18:57 PM »

Quote from: Vrykolas on July 07, 2008, 11:38:39 AM
I've attempted to port the ventrilo display, however I don't run a Vent server myself, so I would appreciate some kind soul testing it and telling me of any bugs.

Simply copy this file into the custom/modules folder, rename it to ventrilo.php and restart the bot
ventrilo.phps

It works, except that the settings-stuff has no type added by default due to no default values added to the settings. So that will have to be changed in order for it to work as it should. Smiley
Logged
Glarawyn
BeBot Developer
Champion
********
Offline Offline

Posts: 426



Re: Some mods ported over
« Reply #10 on: July 07, 2008, 12:44:01 PM »

If you're going to much with my code you would want to make sure you're starting with the BeBot 0.4 version of the Ventrilo module, not the BeBot 0.2 version.

Eventually I'll get around to updating to BeBot 0.5....but it took me until BeBot 0.3 was released as BeBot 0.4 before I started updating my 0.2 modules to 0.4...  Grin
Logged
Vrykolas
BeBot Hyborian Developer
Apprentice
*******
Offline Offline

Posts: 100


Re: Some mods ported over
« Reply #11 on: July 07, 2008, 01:32:28 PM »

Thanks for pointing that out - I downloaded the wrong version in error.

The correct version should now be ported and the settings should now be fixed.

I would also like to thank Glarawyn for the hard work in writing the module.
Logged
Sorekill
Freshman
*
Offline Offline

Posts: 11


Re: Some mods ported over
« Reply #12 on: July 07, 2008, 07:48:01 PM »

thanks for porting those mods and thanks for all the hard work Smiley
Logged
Vrykolas
BeBot Hyborian Developer
Apprentice
*******
Offline Offline

Posts: 100


Re: Some mods ported over
« Reply #13 on: July 07, 2008, 08:25:13 PM »

There was an issue in the module that I have now corrected and applied a fix for those who have downloaded and run the older version.

The Ventrilo module requires you to install ventrilo_status (full details on that can be found in the link in Glarawyns' post above or here

(there is also a version of the Guides module on this thread.)
« Last Edit: July 07, 2008, 08:29:31 PM by Vrykolas » Logged
Pages: [1]   Go Up
Print
BeBot - An Anarchy Online/Age Of Conan chat automaton > Forum > Development > Module Requests > BeBot Hyborian Modules > Topic: Some mods ported over
« previous next »
 
Jump to:  

Recent

  • bind module to group? by Alreadythere [Today at 06:07:10 PM]
  • multiple bots on one acco... by WeZoN [Today at 04:52:37 PM]
  • No Auto-notify for new Me... by Wolfbiter [Today at 12:04:14 PM]
  • Player Quotes by clashbot [Today at 09:53:22 AM]
  • Quotes module by clashbot [Today at 09:44:54 AM]
  • unable to load by Khalem [Today at 09:01:07 AM]
  • Bebot 6.3 installation pr... by Gridsurge [Today at 05:58:27 AM]
  • Installing v0.6.3 by Vulkor [Today at 12:34:46 AM]
  • AoC and Patch 1.05 by Apollyon [July 03, 2009, 10:00:56 PM]
  • !items error now by Rekkx [July 03, 2009, 07:29:43 PM]

Stats

Members
  • Total Members: 1225
  • Latest: Apollyon
Stats
  • Total Posts: 12812
  • Total Topics: 1743
  • Online Today: 29
  • Online Ever: 168
  • (July 01, 2007, 09:30:02 PM)
Users Online
Users: 5
Guests: 18
Total: 23
WeZoN
DJKRose
Crazy
TinyPortal v1.0 beta 3 © Bloc

Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC
| NewDef design by Bloc
Page created in 0.2 seconds with 35 queries. (Pretty URLs adds 0.039s, 4q)
Loading...