Advertisement
blackwolfsden

Guild Warz system info

Mar 16th, 2013
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.80 KB | None | 0 0
  1. this system will allow guildmasters to buy a map/area
  2. when map/area is purchased a flag ally/horde will spawn
  3. at the purchase xyz. the guild master can also sell map/area
  4. when in map/area.
  5. the guildmaster purchase up to 10 pigs per map/area.
  6. each pig will pay guildmembers 10g when they are online
  7. per half hour. each pig is worth 1 custom item.
  8. pigs will increase the value of sell price of map/area.
  9. the guildmembers can teleport to each location that is owned
  10. by there guild by typing .gtele ##.(## = location entry id of sql zone table)
  11.  
  12. xxxxxxxxxxxxxxxxxxx
  13. future addition
  14. guild wars -- completed 3-14-13
  15. allows a guild from apposing team i.e. ally guild invade horde guild
  16. area. if ally tags horde flag and holds for 60 sec's then that map/area
  17. will transfer to that ally guild. and visa versa.any pigs attached to
  18. that map/area will transfer ownership to the to the guild that wins
  19. the flag.when your flag is tagged, you will recieve an announcement
  20. "LOCATION ##### is under attack" USE .gtele ##### to teleport to your flag
  21. added -- 11-25-2013
  22. ability to remove a selected guard. guards are expendable and give 0 cash back.
  23. select/target a guard and use command(.gremoveguard)
  24. fixed -- 11-25-2013 : fixed ghost respawning of old location flags.
  25. fixed -- 11-25-2013 : fixed ghost respawning of old location guards.
  26.  
  27. guild area list 3-12-13
  28. allows guild members to list all locations owned by there guild by
  29. location entry(unique and used for teleport)
  30. fixed -- 11-25-2013 : fixed ghost respawning of old location flags.
  31. with a flag id check :D
  32. guild house -- added 3-14-13
  33. allows the guildmaster to buy a guild house for 5 guild coins.
  34. the house will spawn at purchase xyz. also add the ability to
  35. sell and rebuy at a different locataion inside that map/area.
  36. the house will add to the value of the land.
  37. and ownership is transferable thru pvp just like pigs.
  38. fixed -- 11-25-2013 : fixed ghost respawning of old location house's.
  39.  
  40. sell pigs -- added 3-15-13
  41. allow guild masters to sell pigs for guild coins or to re-locate
  42. them.
  43. modified 11-25-2013 made it work easier for player must now
  44. select/target a pig and then use the command.
  45.  
  46. pigpayz -- fixed -- 11-25-2013 updated it and remove dependancy of
  47. using separate sql table. added message for guilds with out any pigs
  48. in any location.
  49. Game Master commands -- Added 12-6-2013 -- added 2 commands for
  50. gm's. 1(details) list details about a location
  51. 2(reset) will default guildname to SERVER and
  52. flag id to 0.
  53. xxxxxxxxxxxxxxxxxxx
  54. guild member commands
  55.  
  56. .gcommands list commands for Guild Warz System
  57.  
  58. .ginfo will list information about the area you are in.
  59.  
  60. .glist will list all locations owned buy your guild.
  61. the location id number is the number you use for .gtele
  62.  
  63. .gtele #### teleports you to an area owned by your guild.
  64. you cannot use .gtele to teleport to enemy team guilds areas.
  65. use the locations id for ####.
  66. xxxxxxxxxxxxxxxxxxxx
  67. Guild Masters commands
  68.  
  69. .gbuy area used to purchase area for your guild if area is
  70. for sale. the basic area is worth 10 guild coins
  71. purchased at the custom starter gear vendor.
  72.  
  73. .gsell area used to sell a guild area for price of land(10),
  74. price of building(5) and cost of pigs(1) per.
  75.  
  76. .gbuy house used to purchase 1 guild house per location.
  77. at your gps
  78.  
  79. .gsell house used to sell guild house at a location.
  80. you must be next to the guild house for this
  81. to work.
  82.  
  83. .gbuy pig used to add a pig to a guild location for 1 guild
  84. coin per pig. you may have up to 10 pigs per area.
  85.  
  86. .gsell pig added 11-25-2013 used to sell off 1 pig for coins.
  87. select/target 1 pig and use command.
  88.  
  89. .gbuy guard used to purchase up to 10 guards for a location.
  90.  
  91. .gremove guard added 11-25-2013 used to remove a selected guard.
  92. select/target a guard and use command.
  93. guards are expendable and give 0 cash back.
  94.  
  95. XXXXXXXXXXXXXXXXXXXXXX
  96. Guild Flag system
  97. -you must be in a guild to participate in this system.
  98. this system allows guilds from apposing team can invade another
  99. guilds area.
  100. -a guildmember or group of guildmembers can search a guilds area
  101. for there flag. click there flag to take there land--(currently it is
  102. an istant transfer) the owning guild members will recieve an announcement
  103. about the invasion.--(hopefuly i can add a timer so they have a chance to
  104. teleport to that flag and defend it). if you succeed in the invasion
  105. then that area will transfer ownership to the invading guild along with
  106. all pigs and building if any.
  107. -you must activate the pig pay system to benifit from the pig payz system.
  108. if you dont . you will still own those pigs but wont get the
  109. gold per half hour pay.
  110. you may notice some "double tapping" of flag despawn. this is due to flags get
  111. due to issues with arcemu i added checks for the flags.altho they get removed
  112. from go spawn table they stay in higher memory . so if the map instance goes idle
  113. or respawn timer expires then they will respawn. but if a server restart happens
  114. then they are removed from higher memory . now when a flag is spawned the :GetSpawnId
  115. is stored in the sql . flag transfer script will only work now if the flag you
  116. click has a spawnid == the spawnid in sql table.if you click a ghost flag then the
  117. :GetSpawnId() wont match the sql flag_id and get despawned.
  118. XXXXXXXXXXXXXXXXXXXXXXX
  119. Pig Payz system
  120. -this system allows guildmembers to earn 10gold per pig owned by
  121. there guild.
  122. -The guild Master must purchase guild pigs to benefit frompig payz.
  123. -for every pig in every area owned by your guild you will earn gold.
  124. if you own land with pigs but have not activated the pig system till
  125. later then you must sell the area then buy it back (no loss no gain)
  126. for the pigs to start paying out too. if your guild does not have
  127. any pigs then it will just tell you.
  128.  
  129.  
  130. by
  131. Grumbo/BlackWolf aka slp13at420 of ac-web
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement