Likes: 0
Results 1 to 9 of 9
-
06-02-10, 05:11 PM #1
[C++] GuilDvsGuilD All over Azeroth
Register to remove this adGuildVsGuild All Over Azeroth
\\ With Capture the flag //
\\-------------------//
\\----------------//
\\--------------//
\\------------//
\\----------//
\\--------//
\\------//
\\----//
\\--//
\\//
Hello MMoPro, Yesterday I was working on a new concept, a Open Guild War all over Azeroth with a little Game who's called: "Capture to flag".
The concept is really simple, it's like the FreeForAll Mode, but with 4 Guilds and 1 Flag by Guild.
This is a Permanent event.
If the Flags are spawned (The player who's taking the flag of an enemy Guild, give 1 point to his Guild by a sql query.).
You can stop the acquisition of Point by Guild if you delete the flags spawned.
Let me give you some explanations for the installation.
Explanations/Installation
- There a little patch for your sources, a SQL query and additional scripts.
- First of all, you've got to create 4 Guilds (Only 4), after, set the correct Guild's Entry into "Main.cpp" and the correct Entry of the 4 flags created.
- Execute the SQL named "scripts.sql".
- After that, set the Guild's names between the "" (I've wrote some comments, for help).
- Upgrade and apply the patch on your sources.
- Add to your repertory, with all the necessary changes in your sources.
This script was tested on ArcEmu, with a total compatibility.
I wish that you will enjoy this script.
Direct link to Download :
GvG+Flag.zip
Credits :
-Sadikum
-Dr.Cheasterfield
Enjoy!!!
› See More: [C++] GuilDvsGuilD All over AzerothLast edited by TacoNaco; 06-02-10 at 06:01 PM.
Someone if you like their work... =)
-
06-02-10, 05:35 PM #2
- Rep Power
- 0
- Reputation
- 68
We are not MMowners...
-
06-02-10, 05:51 PM #3
-
06-02-10, 06:00 PM #4
Ha, My bad forgot to edit that rofl (Changed now)
Someone if you like their work... =)
-
07-02-10, 12:45 PM #5
Nice Script.
-
07-02-10, 01:02 PM #6
-
14-03-10, 05:42 AM #7
- Rep Power
- 0
- Reputation
- 52
which db do you import the scripts to?
-
14-03-10, 05:46 AM #8
smells like WhyDB :P thx for sharin
-
19-03-10, 09:42 PM #9
- Rep Power
- 0
- Reputation
- 52
Register to remove this adthis doesnt compile worth a shit.
got lots of errors
Code:5>..\..\src\arcemu-world\Player.cpp(3169) : error C2046: illegal case 5>..\..\src\arcemu-world\Player.cpp(3171) : error C2043: illegal break 5>..\..\src\arcemu-world\Player.cpp(3172) : error C2046: illegal case 5>..\..\src\arcemu-world\Player.cpp(3174) : error C2043: illegal break 5>..\..\src\arcemu-world\Player.cpp(3175) : error C2046: illegal case 5>..\..\src\arcemu-world\Player.cpp(3177) : error C2043: illegal break 5>..\..\src\arcemu-world\Player.cpp(3178) : error C2046: illegal case 5>..\..\src\arcemu-world\Player.cpp(3180) : error C2043: illegal break 5>..\..\src\arcemu-world\Player.cpp(3181) : error C2047: illegal default 5>..\..\src\arcemu-world\Player.cpp(3183) : error C2043: illegal break
and this had to be changed
switch(GetGuildId)
to
(&Player::GetGuildId)