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 module  (Read 15619 times)

0 Members and 1 Guest are viewing this topic.

Offline blkanaki

  • BeBot Rookie
  • *
  • Posts: 1
  • Karma: +0/-0
Re: Depot module
« Reply #15 on: February 26, 2009, 05:08:48 am »
Has anyone got this to work in conjunction with Anarchy Online?

Offline Corbzy

  • BeBot Rookie
  • *
  • Posts: 1
  • Karma: +0/-0
Re: Depot module
« Reply #16 on: March 21, 2009, 01:32:53 am »
Excellent MOD, works a treat and avoids all of the overhead administration of a centralised Guildbank for items!

A couple of suggestions for improvement:

1 - Would it be possible to have the option to sort / search the list by itemlevel (makes it easier to look for all items close to a player's level)
2 - Option to un-request an item (in case a player has requested an item by mistake/ doesn't need it anymore etc.)
3 - Not sure of the usefulness of showing the time an item was enetered into the Depot (it just takes up display space imo).

Thanks

« Last Edit: March 21, 2009, 01:34:44 am by Corbzy »

Offline Solldara

  • BeBot Rookie
  • *
  • Posts: 8
  • Karma: +0/-0
Re: Depot module
« Reply #17 on: May 08, 2009, 12:03:11 pm »
Yep - can I second the idea to have it send a mail - or could someone just give me the code line and tell me where to add it in :)

Problem is that atm the character holding the item has to be logged in to see if anyone wants anything.  Many of us use several bank alts - 5 in my case.  This effectively makes the module useless because in real terms we get members to list items to share but then they may not log onto that character for a week to see the request - so noone actually uses the module.

If the bot sent a mail then the player would get the mailed request regardless of which character they were logging in at and then could go onto the alt and send the requested item immediately.

This module is really great and its such a pity to not use it to its full potential, as it would be an integral part of the guild. So as I said if someone could just give me the commands I'll happily edit the module myself.

Btw - listing the item using your main character is not a solution as it takes more time and then players can't remember where they sent it too.

PS - Module works great - its just this one addition would make it 100% more likely to be used.

Offline Skunkie

  • BeBot Rookie
  • *
  • Posts: 1
  • Karma: +0/-0
Re: Depot module
« Reply #18 on: May 11, 2009, 04:19:35 pm »
i think there was some easy Function to check the users Main char so if you have troubles with alts and stuf it m8 be a simple adjustment of the code ie always add the main character as the item owner even when he adds it with his alt. I will be working on implementing YG with bebot so i dont really have time to look into this for you.

Offline Nogoal

  • BeBot Apprentice
  • ***
  • Posts: 77
  • Karma: +0/-0
Re: Depot module
« Reply #19 on: July 08, 2009, 11:43:00 am »
Has anyone got this to work in conjunction with Anarchy Online?
Here's mine. I took the old version, added stuff from this. Probably not as good as the AoC version but it works.
« Last Edit: July 08, 2009, 11:45:02 am by Nogoal »

Offline Kyr

  • BeBot Apprentice
  • ***
  • Posts: 177
  • Karma: +0/-0
Sorting by item level
« Reply #20 on: November 24, 2009, 07:55:01 am »
Guildy asked for sorting by level, so I added that.  Also added a way to get items by level range.

To just sort the whole thing by level:
  • !depot level

To only see items between level 35 and 40, it will also be sorted:
  • !depot level 30 45

Offline Kyr

  • BeBot Apprentice
  • ***
  • Posts: 177
  • Karma: +0/-0
Re: Depot module
« Reply #21 on: December 18, 2009, 09:52:59 pm »
Can't add recipes.

Change line 99 to:
  • $itemPattern = '(<a style="text-decoration:none" href="itemref:\/\/([0-9]*)\/([0-9]*)\/([0-9]*)\/([0-9a-f]*\:[0-9a-f]*\:[0-9a-f]*:[0-9a-f]*)\/([0-9a-f]*\:[0-9a-f]*\:[0-9a-f]*:[0-9a-f]*)"><font color=#([0-9a-f]*)>\[([\\-a-zäöüßA-ZÄÖÜ0-9_\'&\s\-\:]*)\]<\/font><\/a>)';

This line was copied from Items.php (New Central itemDB from Getrix 2009-10-29)

Offline Cuval

  • BeBot User
  • **
  • Posts: 29
  • Karma: +0/-0
Re: Depot module
« Reply #22 on: May 04, 2011, 04:02:40 pm »
Hey guys,

I am probably one of the few still using this one, but what can you do. It's pretty much ideal for having multiple bank alts take care of guild items donated to be requested by guildies.

Can someone please look into the item format updates and apply them in this module. I think I would need a few days myself to hack the code. Yes I know it isn't much, but for php, i don't know much :)

Thanks.

Offline Kyr

  • BeBot Apprentice
  • ***
  • Posts: 177
  • Karma: +0/-0
Re: Depot module
« Reply #23 on: May 14, 2011, 05:54:36 am »
I haven't looked at this module in a while.

Getrix helped me fix the gitems module, you can see the changes in this post: http://bebot.link/aoc-0-6-x-customunofficial-modules/items-crafted-by-guild/msg17080/#msg17080

hopefully these will help you fix this module.

Good luck!

~Kyr

Offline Cuval

  • BeBot User
  • **
  • Posts: 29
  • Karma: +0/-0
Re: Depot module
« Reply #24 on: May 16, 2011, 10:45:47 am »
I went through the gitems mod changes and found a way to change this mod to reflect the same changes. It had to be modified a bit as this mod saves things a bit different in a table, but not too hard once I started fiddling around with it.

Changed the item format strings and the pointers to add the correct bits into the db.

Thanks Kyr, for pointing to the bit of code from Getrix i needed to start.

Here is the attached .phps working for the new item format.

Offline Kyr

  • BeBot Apprentice
  • ***
  • Posts: 177
  • Karma: +0/-0
Re: Depot module
« Reply #25 on: May 17, 2011, 05:28:42 am »
No problem, glad you were able to get it working.

~Kyr

Offline Thedentist

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
Re: Depot module
« Reply #26 on: July 28, 2011, 09:41:21 am »
Hi,

my bot first runs great on an Vserver :)
Modules like TimerAA,reboot and YG are still runinng.

But in the Depot i dont see the name of the items i only see the ID the Date and
no Item Holder and lvl !?

i just copy the php in the /custom/modules and restart the bot

Why i dont see the items with !depot or list ??

Offline Cuval

  • BeBot User
  • **
  • Posts: 29
  • Karma: +0/-0
Re: Depot module
« Reply #27 on: July 30, 2011, 10:51:33 pm »
Thedentist

Have you downloaded the latest version? Have you linked the item while adding, or tried some id number?

Offline Thedentist

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
Re: Depot module
« Reply #28 on: August 04, 2011, 10:10:19 am »
my fault

it was not the 3.3 Version now its perfekt :)

thx

Offline joel47

  • BeBot Rookie
  • *
  • Posts: 16
  • Karma: +0/-0
Re: Depot module
« Reply #29 on: January 02, 2012, 04:22:57 am »
This Almost works for me, BUT I get a database error when I click on the STATS link?
 
I have a return of !item 3804829 then this message: Error in query to database BUT I don't see that number anywhere under my Depot db fields?

Is it suppose to be a !gitems reference??  Am I suppose to get an item reference window when I click that Stat link as if I had dragged the item into chat?

I'm using MySQL Manager(first time user) to view the database and I don't know where that's located except in the gitems database which is where the crafted items are, and not the items that I listed as in my inventory.

I'm using Cuval's 3.3 version!  After reading thru this thread several times its confusing which one to use. The OP Getrix or Cuval!

I installed Getrix(3.2) the first time but got the same result so I tried to delete the depot heading as instructed by Getrix and started over with Cuval's version with a few new database entries.

Thanks IF anyone is using this for any replies :)
« Last Edit: January 02, 2012, 07:07:35 pm by joel47 »

 

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