• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share

EQDKPRaidBanker

  Download the Curse Client

Last Update:
Category: Boss Encounters
Tags:
Project Manager: WalleniuM
Current Version: WoW Addon 0.9.1
Downloads Today: 1
Downloads Total: 31,948
Favorites: 150
Comments: 80
  • About EQDKPRaidBanker
  •  

{{{

  1. !html

EQDKP RaidBanker

There are two different files:

the EQDKP Plugin, current Version: 0.2 beta 7
Credits to fray.asamith
If you're running an old version, please uninstall the old addon and install the new one.

PERMISSIONS!
You have to give the user the permission to see the raidbanker, to see the config or to see something else. Don't ask "Why is the link not showing, Why is there Permission denied..."

the WoW-Addon for the Export (Screenshot)
Exports an String for inserting into EQDKP Raidbanker Plugin.
Based on a Version by Fray, Asamith, Runetotem

Slash commands:
/rb scan after you opened your bank
/rb getlog after scan is completed

i modified all files, added real multilanguage support to the EQDKP Plugin, rewrote large parts of the wow-addon.

Theres a known Bug in the admin-Interface of EQDKP. To solve it, please do the following code change:

file:
"/eqdkp/admin/index.php"
line:
579-627
old:
... => array('link' => ' ... .php' .$SID

(example: 1 => array('link' => 'addevent.php' . $SID, 'text' => $user->lang['add'], 'check' => 'a_event_add'),)

new:
... => array('link' => $eqdkp_root_path . 'admin/' . ' ... .php' .$SID

(example: 1 => array('link' => $eqdkp_root_path . 'admin/' . 'addevent.php' . $SID, 'text' => $user->lang['add'], 'check' => 'a_event_add'),)
}}}

  • Downloads (3)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  EQDKPRaidBanker WoW Addon 0.9.1 Release 2.3.0 12 12/14/2007
  EQDKPRaidBanker WoW Addon 0.9.0 Release 2.3.0 0 12/9/2007
  EQDKPRaidBanker EQDKP Plugin 1.0.2 Release 2.0.0 1 2/19/2007
  • 1 page(s)
Advertisement
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • https://sourceforge.net/project/showfiles.php?group_id=167016&package_id=191877

    dl it there. curtse corrputs it every second day. i'll not upload it again! upoaded it twice the last few weeks..

  • Fangren said 

    When I download EQDKP Plugin 1.0.1 I get a 1kb zip file that come up as corrupt. Is there another place I can download this file?

  • use eqdkp plus, this is 100% compatible and the bugs are fixed. or wait for eqdkp 1.3.2, the bug is fixed there, too.

    i'll add a ultimate fix in the next evrsioN!

  • Torium said 

    WalleniuM,

    I made the changes and removed "$dkpurl" from the links, but perhaps I did not do it correctly, as it still doesn't work. Any way you can show me an example? Do I remove that from more than the 3 lines (i think 3?) that I edited in that file? Thank you for your help!

  • http://wowmods.de/dkp/plugins/raidbanker/raidbanker.php?s=

    some items does not work.. and if i make refresh (on that not working items) i get an script error

  • open the raidbanker_plugin_class.php file and delete the $dkpurl value in front of the links.

    its a known bug of eqdkp. there are several ways to fix it. and they're not compatible with each other.

    this problem should be resolved in eqdkp 1.3.2 which should be released soon.

  • Torium said 

    I have allowed users permissions to do everythin with the raid banker 1.0.1, I have checked the SQL tables and made sure they are the authorized users.

    When I click "settings" under Raidbanker:

    Not Found The requested URL /dkp/admin/http://www.BloodPact.us/dkp/plugins/raidbanker/admin/settings.php was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    When I click "manage" under Raidbanker:

    Not Found The requested URL /dkp/admin/http://www.BloodPact.us/dkp/plugins/raidbanker/admin/editbankdata.php was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    When I click "Item Relations":

    Not Found The requested URL /dkp/admin/http://www.BloodPact.us/dkp/plugins/raidbanker/admin/acl.php was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


    Why is it doing that and how can I fix it? It seems others are having the same problem. Thank you for your help.

  • sonath said 

    fixed the second problem (the raid banker CSS conflicted with some other CSS scripts that were pulled in)

  • sonath said 

    I have the same problem as mrberry, and had to edit the raidbanker_plugin_class.php file in order to get the plugin to work.

    Also, whenever I click on the add/import or add banker buttons in editbanker.php, I just get a floating box with nothing else - I have to manually load importbankdata.php and/or addbankdata.php in order for the pages to come up.

  • you're using antother fix... i cannot help you here. have a look at the eqdkp forums, there might be a fix for that.

    you can edit the raidbanker.plugin_class.php and remvoe the dkprul -thing. but only if you're knowing what you're doing.

  • mrberry said