Skip to content

Commit

Permalink
Move clients to Old versions of Sro, Nro and East Commons instead of …
Browse files Browse the repository at this point in the history
…casting spells.
  • Loading branch information
AthrogatePEQ committed Aug 28, 2015
1 parent 3629511 commit 915ffe5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions guildlobby/Magus_Alaria.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,18 @@ function event_say(e)
elseif(e.message:findi("butcherblock")) then
e.self:CastSpell(4179,e.other:GetID(),0,1);
elseif(e.message:findi("commonlands")) then
e.self:CastSpell(4176,e.other:GetID(),0,1);
--e.self:CastSpell(4176,e.other:GetID(),0,1);
e.other:MovePC(22, -144, -1543, 2, 122);
elseif(e.message:findi("everfrost")) then
e.self:CastSpell(4180,e.other:GetID(),0,1);
elseif(e.message:findi("nedaria")) then
e.self:CastSpell(4580,e.other:GetID(),0,1);
elseif(e.message:findi("north ro")) then
e.self:CastSpell(4177,e.other:GetID(),0,1);
--e.self:CastSpell(4177,e.other:GetID(),0,1);
e.other:MovePC(34, 923, 2649, -24, 242);
elseif(e.message:findi("south ro")) then
e.self:CastSpell(4178,e.other:GetID(),0,1);
--e.self:CastSpell(4178,e.other:GetID(),0,1);
e.other:MovePC(35, 1033, -1447, -25, 76);
end
else --no Adventurers Stone
if(e.message:findi("hail")) then
Expand Down

0 comments on commit 915ffe5

Please sign in to comment.