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: Depot - an old module revisited  (Read 7933 times)

0 Members and 1 Guest are viewing this topic.

Offline kaagee

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
Depot - an old module revisited
« on: August 07, 2008, 03:40:32 pm »
Hey all,  I'm new to bebot but some of the more "experienced" members in my org love some of the older modules that haven't evolved with bebot.  So I'm taking it on myself to breath some new life into the classics.

This module is Depot which was originally written by Naturalistic (RK1 Omni) and full credit goes to him. 

The module enables org members to create a registry of items so that other users can see them.  Great for sharing items amongst org members. 

It's my first attempt at this so advise or comments are more than welcome and if there are any golden oldie modules you would like me to look at please let me know.
« Last Edit: August 12, 2008, 12:12:57 pm by kaagee »
You never finish a program, you just stop working on it.

Offline clashbot

  • BeBot Expert
  • ****
  • Posts: 295
  • Karma: +0/-0
    • Ascension's Home
Re: Depot - an old module revisited
« Reply #1 on: August 08, 2008, 01:17:06 pm »
nice module, can have lots of uses especially when the org has things for use for new member/twinking/etc. Would be nice to include a search funtionality for users as well as the items.

Offline kaagee

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
Re: Depot - an old module revisited
« Reply #2 on: August 08, 2008, 02:42:49 pm »
Great idea. 

I've updated the Depot module at the top of the thread with a "user" sub command.  This will enable you to get a list of items that have been registered via a specific user.
You never finish a program, you just stop working on it.

Offline clashbot

  • BeBot Expert
  • ****
  • Posts: 295
  • Karma: +0/-0
    • Ascension's Home
Re: Depot - an old module revisited
« Reply #3 on: August 08, 2008, 02:44:50 pm »
interesting, getting an error that I am not allowed to access that section when trying to download it.

Offline kaagee

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
Re: Depot - an old module revisited
« Reply #4 on: August 08, 2008, 03:02:14 pm »
ok try to download the module again now.
You never finish a program, you just stop working on it.

Offline clashbot

  • BeBot Expert
  • ****
  • Posts: 295
  • Karma: +0/-0
    • Ascension's Home
Re: Depot - an old module revisited
« Reply #5 on: August 08, 2008, 03:40:02 pm »
yeah got it now, thanks...

Offline Organizer

  • BeBot Apprentice
  • ***
  • Posts: 135
  • Karma: +0/-0
Re: Depot - an old module revisited
« Reply #6 on: August 09, 2008, 04:33:50 am »
Presuming this wont work on AoC? At least I only got as far as adding, deleting and listing with links that did not produce any result when clicked :)

Offline kaagee

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
Re: Depot - an old module revisited
« Reply #7 on: August 09, 2008, 05:19:06 am »
Sorry I'm only on AO so it has only been tested for that. 

There is some old code in there that I left alone but have since found that I can replace them with built in functions of Bebot, maybe this would resolve the issue.

What are there errors your getting? and I'll take a look.
« Last Edit: August 09, 2008, 05:27:53 am by kaagee »
You never finish a program, you just stop working on it.

Offline Vrykolas

  • BeBot Apprentice
  • ***
  • Posts: 100
  • Karma: +0/-0
Re: Depot - an old module revisited
« Reply #8 on: August 09, 2008, 02:38:05 pm »
If you're meaning that the items listed don't popup when clicked, this plugin doesn't support that - all it stores is the item name.

Other than that minor thing I can see no reason that this won't work with AoC.

Offline clashbot

  • BeBot Expert
  • ****
  • Posts: 295
  • Karma: +0/-0
    • Ascension's Home
Re: Depot - an old module revisited
« Reply #9 on: August 09, 2008, 02:42:51 pm »
in AO, if you actually drag a link, it does work..as it stores the actual command.

Offline Vrykolas

  • BeBot Apprentice
  • ***
  • Posts: 100
  • Karma: +0/-0
Re: Depot - an old module revisited
« Reply #10 on: August 09, 2008, 02:47:03 pm »
yep - if using the add command then dragging an item link works - I was meaning when using the list command.

Offline Organizer

  • BeBot Apprentice
  • ***
  • Posts: 135
  • Karma: +0/-0
Re: Depot - an old module revisited
« Reply #11 on: August 09, 2008, 02:54:48 pm »
Okay, if that is how it functions I guess its working in AoC as tested... and the idea is great just not working as I expected I guess...

Expected the item link/name at least to be possible to click to get a proper item link with the stats of the item... but maybe not how this is supposed to work then :)

Offline kaagee

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
Re: Depot - an old module revisited
« Reply #12 on: August 10, 2008, 04:16:40 pm »
That is how it is working in AO, the items returned from the list and search commands are links that a user can click on to see the stats of the item.  I guess that's where AO and AOC differs in their coding structures.

Organiser, if you can provide me with the syntax for an AOC item link, I can look at fixing this issue.
You never finish a program, you just stop working on it.

Offline Organizer

  • BeBot Apprentice
  • ***
  • Posts: 135
  • Karma: +0/-0
Re: Depot - an old module revisited
« Reply #13 on: August 10, 2008, 06:08:37 pm »
I'm no expert on that so better some AoC bebot person answers that, I see from another mod that the final string there seams to be $itemlink = $this -> itemlink("item $items[item_id]", "$items[item_color]", "$items[item_name]"); but no idea really :) I'm sure someone will make it AoC compatible sooner or later no worries :)

Offline kaagee

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
Re: Depot - an old module revisited
« Reply #14 on: August 12, 2008, 12:09:38 pm »
OK thanks to Vrykolas I think we've nutted out the issue around why the links weren't working in AOC but as I don't have AOC I can't tell so feedback would be greatly appreciated.

I've reposted the latest version at the top of this thread, but there is no change to functionality for AO users.
You never finish a program, you just stop working on it.

 

* 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: 487
  • 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