forums.eqdkp.com: Raid Planer - forums.eqdkp.com

Jump to content

  • (30 Pages) +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Raid Planer

#31 Guest_Woundedveins_*

  • Group: Guests

Posted 23 September 2005 - 02:27 AM

Thanks for the information. One last little thing which I dont think will be hard. Could you in a future release of this mod, put the colours of the classes so the class name above who signed will be these colours below?

Obviously these will only be good on people who have dark background templates as default.

Druids : #CC6600 Posted Image
Hunters : #99CC66 Posted Image
Mages : #66CCFF Posted Image
Priests : #FFFFFF Posted Image
Rogues : #FFFF66 Posted Image
Shamans: # FF99CC Posted Image
Warlocks: #855BCC Posted Image
Warriors: #CC9966 Posted Image

Contact me at admin@cnguild.net as I am willing to fund you in this project. ;)

Also I always thought it was spelt Planner and not Planer? maybe a minor typo to be corrected in later releases.

#32 Guest_A.Stranger_*

  • Group: Guests

Posted 23 September 2005 - 04:49 AM

Hi,

Woundedveins, on Sep 23 2005, 12:27 PM, said:

Could you in a future release of this mod, put the colours of the classes so the class name above who signed will be these colours below?
View Post

Nice idea. But i think, i'll implement this about css class names (eg. class="TableHeader<CLASSNAME>"), so everyone can choose the colors that fit to the style and game.

Some features i plan for the next versions:
- bugfixes
- choose roll & wildcard about config.php
- own wildcard page, so you do not need to change the original eqdkp template
- class distribution sets for each event

#33 Guest_Denmark_*

  • Group: Guests

Posted 27 September 2005 - 07:47 AM

Hi

I install the addon and get Raid Planer installed successfully and some errors and then the menu disappears, and i cant login.
I have made all the changes i could find in this topic, as long as i'm logged in i have the top menu but without "Settings | Administration Panel | Logout", but if i close the window and try to open the page in a new window i have no menu and i cant login.

Error msg:

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\Programmer\Apache Group\Apache2\htdocs\dkp\includes\eqdkp_plugins.php on line 640

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\Programmer\Apache Group\Apache2\htdocs\dkp\includes\eqdkp.php on line 339

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\Programmer\Apache Group\Apache2\htdocs\dkp\includes\eqdkp_plugins.php on line 640

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\Programmer\Apache Group\Apache2\htdocs\dkp\includes\eqdkp.php on line 369

Warning: Invalid argument supplied for foreach() in C:\Programmer\Apache Group\Apache2\htdocs\dkp\includes\eqdkp.php on line 292

Warning: Invalid argument supplied for foreach() in C:\Programmer\Apache Group\Apache2\htdocs\dkp\includes\eqdkp.php on line 292

System info:
Windows XP
Apache 2.0.54 (Win32)
PHP 5.0.4
MySQL Server 4.1.12
EQdkp 1.3

#34 User is offline   Corgan

  • EQdkp Moderator
  • PipPipPip
  • Group: EQdkp Moderators - German
  • Posts: 2691
  • Joined: 12-August 05
  • Gender:Male
  • Location:Hannover

Posted 27 September 2005 - 09:23 AM

Denmark, on Sep 27 2005, 10:47 AM, said:

Hi

I install the addon and get Raid Planer installed successfully and some errors and then the menu disappears, and i cant login.
I have made all the changes i could find in this topic, as long as i'm logged in i have the top menu but without "Settings | Administration Panel | Logout", but if i close the window and try to open the page in a new window i have no menu and i cant login.

You can take a peak at my site here

Error msg you can see on the page no need to post them here.

System info:
Windows XP
Apache 2.0.54 (Win32)
PHP 5.0.4
MySQL Server 4.1.12
EQdkp 1.3

Errors that i get after install can be seen here!!
Posted Image
View Post



wth ?
C:\Programmer\Apache Group\Apache2\htdocs\dkptest\includes\

this path could not work !!!

#35 Guest_Denmark_*

  • Group: Guests

Posted 27 September 2005 - 09:31 AM

Sorry about the picture but its taken on my primary dkp site where i first tried to install this addon, thats why the path is wrong the test site has the right path.

#36 Guest_DeadAngel_*

  • Group: Guests

Posted 28 September 2005 - 02:31 AM

Hello

my problem is: Yesterday we had a raid and 75% use the raidplaner. Today i want to enter it in the dkp system but i can find were i can add other users.

*german*
wie schließe ich das raid ab um noch andere benutzter hinzuzufügen? Danke

#37 Guest_RealCato_*

  • Group: Guests

Posted 28 September 2005 - 12:02 PM

Great system!

I am trying it out now for my guild. I wrote a PHP raid planner in PHP which was based on our forum software (PHPBB), but members would rather incorporate the raid signups into EQDKP, so I started checking out EQDKP and ended up in this topic :)

The only feature I am missing - but this is very specific to my guild - is that we have a system which tracks raid attendency (nr. of raids played / nr. of raids signed). When we have too many signups of a class, the players with lowest attendency get priority.

I think I should be able to script this feature myself (as the table "eqdkp_raidplan_raid_attendees" keeps track of signups and "eqdkp_raid_attendees" keeps track of players who actually joined), Is this correct? I haven't looked at your system in detail yet.

Well...I'll go script some tomorrow and keep you guys updated on my progress...

#38 Guest_A.Stranger_*

  • Group: Guests

Posted 28 September 2005 - 09:35 PM

Hi,

Denmark, on Sep 27 2005, 05:47 PM, said:

Error msg you can see on the page no need to post them here.

System info:
Windows XP
Apache 2.0.54 (Win32)
PHP 5.0.4
MySQL Server 4.1.12
EQdkp 1.3

Errors that i get after install can be seen here!!
View Post

If you use PHP5 vou have to modify some lines

File: eqdkp/includes/eqdkp_plugins.php

Line 640
Old: $menu_array = array_merge($menu_array, $plugin_array[$plugin_code]);
New: $menu_array = (is_array($plugin_array[$plugin_code])) ? array_merge($menu_array, $plugin_array[$plugin_code]) : $menu_array;

#39 Guest_hubutz_*

  • Group: Guests

Posted 29 September 2005 - 12:36 AM

Hiho!

i think ur Plugin is very useful but i need some "memo"-function, so that some asigning members could post something like "only till 22 o'clock".

would something like that possible?

greetings,
hubutz

#40 Guest_A.Stranger_*

  • Group: Guests

Posted 29 September 2005 - 12:41 AM

Hi,

hubutz, on Sep 29 2005, 10:36 AM, said:

i think ur Plugin is very useful but i need some "memo"-function, so that some asigning members could post something like "only till 22 o'clock".
View Post

Maybe. :D I'll think about it.

#41 Guest_hubutz_*

  • Group: Guests

Posted 29 September 2005 - 12:47 AM

A.Stranger, on Sep 29 2005, 03:41 AM, said:

Hi,

hubutz, on Sep 29 2005, 10:36 AM, said:

i think ur Plugin is very useful but i need some "memo"-function, so that some asigning members could post something like "only till 22 o'clock".
View Post

Maybe. :D I'll think about it.
View Post


Wow, would be nice :) Thank you!

#42 Guest_hubutz_*

  • Group: Guests

Posted 29 September 2005 - 03:50 AM

i got one question:

if someone signs up he get a number after his name, what does this number do?

#43 Guest_A.Stranger_*

  • Group: Guests

Posted 29 September 2005 - 04:55 AM

Hi,

A.Stranger, on Sep 23 2005, 08:16 AM, said:

I wrote this plugin for my own wow guild. At this moment we handle sign-ups this way.
1. Create the raid in the Raid Planer
2. Every user can sign up with one of his member chars until sign-up deadline
3. For every member the system rolled 1-100 and display the value
4. After deadline the raid leader "confirmed" the members who go to the raid. Members with Wildcards and the highest roll values are preferred
5. After the raid the raid leader hit the "Wildcard"-Button and every member, who was not confirmed, get a wildcard; everbody else in the raid looses their.

If a member delete his subscription to raid past the deadline will not deleted from the raid but become the "deleted" status. This we use to give this member negative adjustment.

At this stage of delevopment you can change the templates to not display wildcards or roll values. In the future there will be variables in the config.php to choose if you want to use the roll or wildcard system.
View Post


#44 Guest_Zidane1x_*

  • Group: Guests

Posted 29 September 2005 - 05:02 AM

I have translated the english language filde to german and got errors for example:
plan in adminmenu isnt there in the options only be shown ":" what must i change all to get the english toi german? plz help

and now i note that the list dont work too...
i create a raid Associated some user to members and when i click on raid planer:
Could not obtain raid information
only be shown... whats that? Could it be the problem that my tables calls dkp_xxx and not eqdkp_xxx ??? :wacko:

#45 Guest_Denmark_*

  • Group: Guests

Posted 29 September 2005 - 06:10 AM

A.Stranger, on Sep 29 2005, 07:35 AM, said:

Hi,

Denmark, on Sep 27 2005, 05:47 PM, said:

Error msg you can see on the page no need to post them here.

System info:
Windows XP
Apache 2.0.54 (Win32)
PHP 5.0.4
MySQL Server 4.1.12
EQdkp 1.3

Errors that i get after install can be seen here!!
View Post

If you use PHP5 vou have to modify some lines

File: eqdkp/includes/eqdkp_plugins.php

Line 640
Old: $menu_array = array_merge($menu_array, $plugin_array[$plugin_code]);
New: $menu_array = (is_array($plugin_array[$plugin_code])) ? array_merge($menu_array, $plugin_array[$plugin_code]) : $menu_array;
View Post



Great that works, thanks for the fast reply/help and a very nice plugin..

  • (30 Pages) +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users