Jump to content
  • 0

WOE Shop


pr0veitwr0ng

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  11/03/12
  • Last Seen:  

Hi,

I wan't to request a shop script that is available when WOE only. Thanks.,

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  666
  • Reputation:   93
  • Joined:  04/27/12
  • Last Seen:  

-    shop    woeshop    -1,501:1000,502:1000,503:1000;
-    script    woe_shop_ed    -1,{
OnAgitStart:
enablenpc "woe shop";
end;
OnAgitEnd:
disablenpc "woe shop";
end;
}
prontera,158,180,4    script    woe shop   123,{
callshop "woeshop",0;
end;
OnInit:
attachshop "woeshop";
end;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  11/03/12
  • Last Seen:  

Not working. :(

-	shop	woeshop	-1,501:1000,502:1000,503:1000;
-	script	woe_shop_ed	-1,{
OnAgitStart:
enablenpc "woe shop";
end;
OnAgitEnd:
disablenpc "woe shop";
end;
}
prontera,158,180,4	script	woe shop   123,{
callshop "woeshop",0;
end;
OnInit:
attachshop "woeshop";
end;
}

Not Working. :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

Delete:

OnInit:
attachshop "woeshop";
end;

Read your mapserver error next time.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  666
  • Reputation:   93
  • Joined:  04/27/12
  • Last Seen:  

I thought i fixed that in my post O.o.... my internet must of have been acting up last night lol. Sorry, i could have sworn i edited my post ><

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

why not just disable the shop npc instead of another npc to call for the shop ? O.O ??

give a coordinate to the shop NPC....and disable it when there isnt woe ....and enable it when it's woe ...

there is no need to create another npc to call for the shop script.. O.o.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  666
  • Reputation:   93
  • Joined:  04/27/12
  • Last Seen:  

O.O maehdtyaouf.... wtf lol, why didn't i think of that >.> *stops writting scripts when tired*

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  341
  • Reputation:   43
  • Joined:  01/10/12
  • Last Seen:  

Or something like this?

- shop woeshop -1,671:1000
prontera,158,180,4 woe shop 123,{
if (!agitcheck() && !agitcheck2())
 end;

callshop "woeshop",0;
end;
}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...