• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

[Hard] Armadas

Alyhide

Banned User
Joined
Aug 21, 2010
Messages
1,945
Reaction score
55
Location
Switzerland
Hello, I am wondering if this idea is possible, and since it's easier to explain with markers, I'll use it.

  • Player enters starting area.
  • Player completes the starting storyline, and then chooses between 2 teleports.
  • 1st Teleport is the 'Moonlight Armada' second is the 'Tide Armada'.
  • If player choses the 'Moonlight Armada' it will say *You see.. blah blah.. He is of the Moonlight Armada.
  • So on for the Tide armada.
  • If a Moonlight player kills a Tide player, it will not count as a frag, but give him a reward.
  • Players of the 'Moonlight Armada' will be all Elves, and can choose the elven outfits ONLY.
  • Players of the 'Tide Armada' can choose any regular outfit.
Is this possible?​
 
Not only possible, but rather easy to fix.
You can do this using nearly any server, either use lua to set this up, or a few strokes of c++.

So yes, it's very possible.
 
For the tps function onstepin? With effect and such + storage
X storage for elf outfit X storage for anything else?

And maybe c++ for frag but for the reward could also easy by lua with something onkill or something
I never made pvp scripts :p

+ something with onlook?

Movements+creaturescripts if i am right.
 
Movements+creaturescripts+xml if i am right.

If i werent on blackberry i could script it but maybe for your own lua experience try this:

Onlook: try the script based on the onlook quest finished sciript you know? Someone released that kind of script modify it so X text apppears on X storage

For the reward check some pvp scripts people requested some ppls requested orsha brains as reward or whatever

For the tp dont put any coordinates put a action id or unique id with a script based on vip tile with some easy functions like dosendmagiceffect and such + storage given

And at outfits X outfit for X storage

I hope i helped you with this

Somehow i cant save my edited post -.-
 
Back
Top