Shadow Wind game comunity
 

SWDKP

From RaidWiki

Contents

Basic info

Main ideas of our own DKP system:

  • stable and formal database model
  • implementation of our rules
    • points are automatically distributed
    • automatical unlocking player max debt
    • attaching any number of in-game characters to one DKP account
    • evaluating of Shadow Raider badges
  • definition of raid/event is done by text definition written handy in editor or by processing EQ2 log using SW EQ2 log parser
  • tracking bank
  • tracking trashed items

In Game commands

Raider

In case you win the bid immediately post to raid chanell this message:

  • /r swdkp link_to_bidded_item points_spent item_rank

example:

  • /r swdkp [Stud of Baneful Phobia] 20 T7 Fabled

that is intepreted in log as:

  • \aPC -1 Acasia:Acasia\/a says to the raid party,"swdkp \aITEM 1934467051 -443717594:Stud of Baneful Phobia\/a 20 T7 Fabled"

Please do not forget to check all Available item ranks!

Raid leader

  • Start raid posting to raid chat channel:
    • /r swdkp start
  • End raid posting to raid chat channel:
    • /r swdkp end
  • Everetime raid zones to zone use:
    • /whoraid
  • Everetime raid attendace changes use:
    • /whoraid
  • Everetime raid item go to bank:
    • /r swdkp link_to_bidded_item Bank item_rank
  • Everetime raid item go to trash:
    • /r swdkp link_to_bidded_item Trash item_rank

Raid leaders do not forget to to check info how to prepare Event definition file.

Technical info

  • PHP
  • Mysql 4.1

At the moment our system in stadium beta hence after some tests we publish source code as opensource under GPL.

Parser

SWDKP.7z

ToDo

Credits

  • Genagen - database and backend programming
  • Libozvuk - frontend programming