Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

100vs100,gvg,not help.

Status
Not open for further replies.
Elite Diviner
Joined
Sep 17, 2013
Messages
433
Reaction score
120
CompaQ - 100vs100,gvg,not help. - RaGEZONE Forums
CompaQ - 100vs100,gvg,not help. - RaGEZONE Forums
Hey guys , I would like to know a thing about 100vs100 and gvg .
I have created 2x guilds and joined gvg battle, and I got this way , no way to move also when i jmp back again to this coordinates .
and why towers didn't show up? I have added them into my InitMonster .

Code:
;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-; Tower PvP
;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
;Red Big Tower
(monster (name 352)(index 352)(country 0 2)(race 1)(level 80)(str 1)(hth 200)(int 100)(wis 100)(dex 1)(hp 2000000)(dodge 50)
(defense 200 300)(absorb 10))


;Upgraded Red Big Tower
(monster (name 353)(index 353)(country 0 2)(race 1)(level 80)(str 1)(hth 200)(int 100)(wis 100)(dex 1)(hp 3000000)(dodge 50)
(defense 250 350)(absorb 10))


;Red Small Tower
(monster (name 354)(index 354)(country 0 2)(race 1)(level 80)(str 1)(hth 200)(int 100)(wis 100)(dex 1)(hp 1300000)(dodge 50)
(defense 200 300)(absorb 10))


;Upgraded Small Tower
(monster (name 355)(index 355)(country 0 2)(race 1)(level 80)(str 1)(hth 200)(int 100)(wis 100)(dex 1)(hp 1950000)(dodge 50)
(defense 250 350)(absorb 10))


;Blue Big Tower
(monster (name 356)(index 356)(country 0 2)(race 1)(level 80)(str 1)(hth 200)(int 100)(wis 100)(dex 1)(hp 2000000)(dodge 50)
(defense 200 300)(absorb 10))


;Upgraded Blue Big Tower
(monster (name 357)(index 357)(country 0 2)(race 1)(level 80)(str 1)(hth 200)(int 100)(wis 100)(dex 1)(hp 3000000)(dodge 50)
(defense 250 350)(absorb 10))


;Blue Small Tower
(monster (name 358)(index 358)(country 0 2)(race 1)(level 80)(str 1)(hth 200)(int 100)(wis 100)(dex 1)(hp 1300000)(dodge 50)
(defense 200 300)(absorb 10))


;Blue Small Tower
(monster (name 359)(index 359)(country 0 2)(race 1)(level 80)(str 1)(hth 200)(int 100)(wis 100)(dex 1)(hp 1950000)(dodge 50)
(defense 250 350)(absorb 10))


;Giant Tower
(monster (name 360)(index 360)(country 0 2)(race 1)(level 80)(str 1)(hth 200)(int 100)(wis 100)(dex 1)(hp 1500000)(dodge 50)
(defense 300 100)(absorb 3))


CompaQ - 100vs100,gvg,not help. - RaGEZONE Forums




I have added 2x npcs and now its looks like .
CompaQ - 100vs100,gvg,not help. - RaGEZONE Forums




Should this npc teleport me to the area?
 
Junior Spellweaver
Joined
May 19, 2012
Messages
160
Reaction score
50
you should add NPC to teleport you to the battle
be sure the battle map is the same as the teleporter NPC map and the teleporter quest Map
ex: If the map @ the GVG configs is 29 so u have to place your NPC at the Map 29 and at the teleport quest map have to be 29 too
 
Status
Not open for further replies.
Back
Top