pr0veitwr0ng Posted November 24, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 16 Reputation: 0 Joined: 11/03/12 Last Seen: December 2, 2017 Share Posted November 24, 2012 Hi, I wan't to request a shop script that is available when WOE only. Thanks., Quote Link to comment Share on other sites More sharing options...
GmOcean Posted November 24, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 666 Reputation: 93 Joined: 04/27/12 Last Seen: August 17, 2015 Share Posted November 24, 2012 - 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; } Quote Link to comment Share on other sites More sharing options...
pr0veitwr0ng Posted November 24, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 16 Reputation: 0 Joined: 11/03/12 Last Seen: December 2, 2017 Author Share Posted November 24, 2012 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. Quote Link to comment Share on other sites More sharing options...
Euphy Posted November 24, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted November 24, 2012 Delete: OnInit: attachshop "woeshop"; end; Read your mapserver error next time. Quote Link to comment Share on other sites More sharing options...
GmOcean Posted November 24, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 666 Reputation: 93 Joined: 04/27/12 Last Seen: August 17, 2015 Share Posted November 24, 2012 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 >< Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 25, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 22 hours ago Share Posted November 25, 2012 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. Quote Link to comment Share on other sites More sharing options...
GmOcean Posted November 25, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 666 Reputation: 93 Joined: 04/27/12 Last Seen: August 17, 2015 Share Posted November 25, 2012 O.O maehdtyaouf.... wtf lol, why didn't i think of that >.> *stops writting scripts when tired* Quote Link to comment Share on other sites More sharing options...
Joseph Posted November 26, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted November 26, 2012 Or something like this? - shop woeshop -1,671:1000 prontera,158,180,4 woe shop 123,{ if (!agitcheck() && !agitcheck2()) end; callshop "woeshop",0; end; } Quote Link to comment Share on other sites More sharing options...
Question
pr0veitwr0ng
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.