Paul Posted September 3, 2014 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 43 Reputation: 1 Joined: 08/27/13 Last Seen: 29 minutes ago Share Posted September 3, 2014 (edited) hello again. did you guys has a script of a npc that will enable the npc warper for rfyl like this method we pretend that i have a npc on quiz_01 then i will go there to talk, and will let me choose to unhide or hide the warper on city once i choose unhide, the npc will be visible to all designated city. like prontera, morroc, etch. hope you guys have it. im looking forward thanks in advanced. Edited September 3, 2014 by Emistry changed to lowercase. Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 3, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 39 minutes ago Share Posted September 3, 2014 just pick any original RYFL script and you will get the NPC that help you enable or disable the event. Quote Link to comment Share on other sites More sharing options...
Paul Posted September 3, 2014 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 43 Reputation: 1 Joined: 08/27/13 Last Seen: 29 minutes ago Author Share Posted September 3, 2014 (edited) just pick any original RYFL script and you will get the NPC that help you enable or disable the event. Yeah But what i want is a NPC that will trigger if i choose unhide, then npc will comes out to the designated places. I WOULD give it a try TO write THE SCRIPT in my own idea. Like this, - script npcEnabler 900{ if (getgmlvl(gmlvl) => 1){ Mes: "Would You Like To Unhide The NPC WARPER?"; close; switch (select("Yes","NO")) case 1: hidenpcoff("RFYL WARPER"); break; case 2: hidenpcon("RFYL WARPER"); break; end; } } Edited September 3, 2014 by krispaul27 use codebox Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 3, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 39 minutes ago Share Posted September 3, 2014 hideonnpc = hide npc hideoffnpc = un-hide npc Quote Link to comment Share on other sites More sharing options...
Question
Paul
Edited by Emistry
changed to lowercase.
Link to comment
Share on other sites
3 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.