generated from AriasCreations/vsmodtemplate
parent
8d875653e0
commit
c269066a26
5 changed files with 213 additions and 7 deletions
|
@ -147,6 +147,7 @@ namespace AriasServerUtils
|
|||
warp,
|
||||
setwarp,
|
||||
delwarp,
|
||||
setwarpmount,
|
||||
spawn,
|
||||
back,
|
||||
rtp
|
||||
|
@ -161,7 +162,10 @@ namespace AriasServerUtils
|
|||
{ CostType.setwarp, 5 },
|
||||
{ CostType.warp, 1 },
|
||||
{ CostType.delwarp, 5 },
|
||||
{ CostType.spawn, 0 }
|
||||
{ CostType.setwarpmount, 0 },
|
||||
{ CostType.spawn, 0 },
|
||||
{ CostType.back, 0 },
|
||||
{ CostType.rtp, 0 }
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue