Felladrin submitted a new resource:

Summon Command - Player command to summon another player to their position.

Summon Command

This is a plug&play command to let players summon other players, to bring them to their position, saving the time they would spend traveling. The command has a cooldown, so players need to wait some time before using it again.

Install

Just drop this script anywhere in your Scripts folder.

Configuration

You can configure it on the top of the script:
Code:
bool Enabled = true;...

Read more about this resource...
 
I like this.

This is fascinating, and a bit unusual. I can think of a couple way this would not become too chaotic or abused:

1. Have a personal configuration option, where players can set a "cost" for summoning them. [summon -cost 15000
2. When a player uses this command, they get a confirmation gump showing the cost along with the player's name, and they can choose to confirm or cancel.
3. The funds would be transferred from one player's bank to the other (if available) or the summon would fail.

Another option would be to make this a high-level spell, with a chance to fail, resource and mana cost, etc.
 
Back