HerculesWS / Hercules

Hercules is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. Hercules is a continuation of the original Athena project.
http://herc.ws
GNU General Public License v3.0
897 stars 753 forks source link

Battlegrounds Queue #69

Open shennetsind opened 11 years ago

shennetsind commented 11 years ago

( taken from http://hercules.ws/board/topic/1302-bg-queue-debug/ )

shennetsind commented 11 years ago

Fixed 3 thru 5 on the reference above.

shennetsind commented 10 years ago
shennetsind commented 10 years ago
AtlantisRO commented 8 years ago

We have converted Tierra Valley and KvM arenas to use battlegrounds queue system using Hercules example script of Flavius. If you don't mind, we would like to share it with community.

dastgirp commented 8 years ago

Of course, you can share @AtlantisRO

AtlantisRO commented 8 years ago

Sorry for the late. Here is the scripts:

flavius.txt tierra.txt

This scripts are a little bit different from standard. We applied this changes:

By the way,I just upgraded emulator to latest version and have troubles with [bg_match_over] command not warping players to their save points after ending the match.

We hope this scripts can help, if you consider it is ok to merge them with npc\custom\bgqueue folder, please tell me to send the pull request :) Also, if their is any problem with scripts, please tell me to fix it.

AtlantisRO commented 8 years ago

The KvM scripts sended in last post have customized the reward giving an item instead of giving kvm_points, here it is with the kvm_points reward corrected:

kvm01.txt kvm02.txt kvm03.txt

However, @dastgir , this scripts (flavius, tierra and kvm) has been partially customized from the standard scripts, we will send a non-customized version soon.