Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sub EVENT_CLICKDOOR {
- if($doorid == 10) {
- if(quest::istaskcompleted(106) || $status >= 200) {
- plugin::InstancePOPUP("skylance", 40, 1337, "The floating tower where Envy commands his troops. Here is where you will come face to face with the master
- of jealousy. Are you brave enough to best a deadly sin?");
- } else {
- $client->Message(315,"Only the strongest may proceed and you have yet to prove yourself. This tower would make short work of your being.");
- }
- }
- }
- sub EVENT_POPUPRESPONSE {
- if($popupid == 1337) {
- if($ulevel > 39) {
- plugin::InstanceResponse("skylance", -576, -85, 29, 21600);
- }
- else
- {
- $client->Message(5,"A mysterious voice, 'Even though you have bested the colossus, you must wait until your 40th season to enter the floating tower of Skylance.");
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement