collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: Some mods ported over  (Read 5233 times)

0 Members and 1 Guest are viewing this topic.

Offline Sorekill

  • BeBot Rookie
  • *
  • Posts: 11
  • Karma: +0/-0
Some mods ported over
« on: July 04, 2008, 06:50:33 pm »
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 :) but haven't actually programmed in 13 yrs and abit out of touch.

Offline figgy

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
Re: Some mods ported over
« Reply #1 on: July 04, 2008, 10: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.

Offline Sorekill

  • BeBot Rookie
  • *
  • Posts: 11
  • Karma: +0/-0
Re: Some mods ported over
« Reply #2 on: July 05, 2008, 02:47:58 am »
http://bebot.link/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 :)

Offline Noer

  • BeBot Apprentice
  • ***
  • Posts: 107
  • Karma: +0/-0
Re: Some mods ported over
« Reply #3 on: July 05, 2008, 01:05:22 pm »
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.

Offline Sorekill

  • BeBot Rookie
  • *
  • Posts: 11
  • Karma: +0/-0
Re: Some mods ported over
« Reply #4 on: July 05, 2008, 05:57:00 pm »
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.link/0-2-x-customunofficial-modules/ventrilo-display/

Guides Mod is located in Sabkor's post as a Zip file: http://bebot.link/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?

Offline Helious

  • BeBot Rookie
  • *
  • Posts: 10
  • Karma: +0/-0
Re: Some mods ported over
« Reply #5 on: July 06, 2008, 06:32:37 am »
A Vent mod would be really badass...

Offline Sorekill

  • BeBot Rookie
  • *
  • Posts: 11
  • Karma: +0/-0
Re: Some mods ported over
« Reply #6 on: July 06, 2008, 06:03:13 pm »
Got em both to work using Temar's .4 support here http://bebot.link/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...

Offline Helious

  • BeBot Rookie
  • *
  • Posts: 10
  • Karma: +0/-0
Re: Some mods ported over
« Reply #7 on: July 06, 2008, 08:28:21 pm »
I cant get it to work at all, even using the link you posted, I just get that it doesnt exist :(

Offline Vrykolas

  • BeBot Apprentice
  • ***
  • Posts: 100
  • Karma: +0/-0
Re: Some mods ported over
« Reply #8 on: July 07, 2008, 06:38:39 pm »
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

Offline Noer

  • BeBot Apprentice
  • ***
  • Posts: 107
  • Karma: +0/-0
Re: Some mods ported over
« Reply #9 on: July 07, 2008, 07:18:57 pm »
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. :)

Offline Glarawyn

  • BeBot Hero
  • ******
  • Posts: 521
  • Karma: +0/-0
Re: Some mods ported over
« Reply #10 on: July 07, 2008, 07: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...  ;D

Offline Vrykolas

  • BeBot Apprentice
  • ***
  • Posts: 100
  • Karma: +0/-0
Re: Some mods ported over
« Reply #11 on: July 07, 2008, 08: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.

Offline Sorekill

  • BeBot Rookie
  • *
  • Posts: 11
  • Karma: +0/-0
Re: Some mods ported over
« Reply #12 on: July 08, 2008, 02:48:01 am »
thanks for porting those mods and thanks for all the hard work :)

Offline Vrykolas

  • BeBot Apprentice
  • ***
  • Posts: 100
  • Karma: +0/-0
Re: Some mods ported over
« Reply #13 on: July 08, 2008, 03:25:13 am »
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 08, 2008, 03:29:31 am by Vrykolas »

 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 360
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal