VhayneRO Posted April 19, 2012 Share Posted April 19, 2012 Yep can i please ask a Maze Event script and a disguise event for the disguise im running on Linux Already, installed PCRE and even configured my trunk the PCRE with-- PCRE smthng like that and it still doesnt recognize the correct answers Quote Link to comment Share on other sites More sharing options...
deathscythe13 Posted May 5, 2012 Share Posted May 5, 2012 apt-get install libpcre3-dev Quote Link to comment Share on other sites More sharing options...
VhayneRO Posted May 9, 2012 Author Share Posted May 9, 2012 how should i configure it? my VPS is like this, the directory to my trunk is cd Desktop > cd trunk 1st pcre is already installed, then how should i configure it? procedures please T_T i want disguise event to work on my linux heres the script anyways //==============================================================================// //--- Created by GmOcean -------------------------------------------------------// //--- You may modify this script at your own risk. However any modifications ---// //--- To this script are made at your own discretion and I will not provide ----// //--- any support to modified scripts. You Also are forbidden to release the ---// //--- modified script as your own. You can however post suggestions and I will -// //--- Take them into consideration. You may also post the modified script up ---// //--- In the Script Support section, as long as I am given Credit as the -------// //--- Original Script Creator. Thank You for following these few requests ------// //--- And Enjoy the Script ~! --------------------------------------------------// //-------------------------------- Script Version == v5.0 -------------// //==============================================================================// brasilis,193,146,4 script Disguise Event 81,{ //--- Basic Script Configuration Options ---// set [email protected]$,"[^0000FFDisguise NPC^000000]"; //<- NPC Name. set [email protected],99; //<- GM Level needed to be considered a GM. //--- The Script ---// if (getgmlevel()>[email protected]){goto GM_Player;} if ([email protected]){end;} mes [email protected]$; mes "Welcome, how may i be of assistance."; menu "Information",iInfo,"Nothing, just passing through.",iNothing; iInfo: next; mes [email protected]$; mes "This event is actually quite simple"; mes "At the start of the event, I will disguise myself"; mes "into a monster randomly. You will then merely have to shout that monsters name outloud."; next; mes "If you get it correct, you get a prize. If not, then keep trying."; mes "Thatis all there is to know about this event."; close; iNothing: close; GM_Player: mes [email protected]$; mes "Please select an Option to modify."; menu "Turn ON/OFF Event",iEvent,"Event Settings",iSettings; iEvent: next; mes [email protected]$; if ([email protected]){mes "The Event is currently: [^0000FFON^000000]"; mes "Would you like to turn it OFF?";} if ([email protected]){mes "The Event is currently: [^FF0000OFF^000000]"; mes "Would you like to turn it ON?";} menu "Yes",iYes,"No",iNothing; iYes: if ([email protected]) {set [email protected],0; set [email protected],0; setnpctimer 0; stopnpctimer; announce "A GM has decided to turn the Disguise Event off. As a result no prizes will be given.",bc_map | bc_blue; deletepset 1; setnpcdisplay "Disguise Event",795; close;} set [email protected],1; set [email protected],1; setnpctimer 0; initnpctimer; set [email protected],[email protected]+1; announce "The Disguise Event will begin in 3 minutes.",bc_all | bc_blue; announce "The Event is being held in Brasilis.",bc_all | bc_blue; close; iSettings: next; mes [email protected]$; mes "Please select a setting to modify."; menu "Monster Display",iMonster,"Number of Rounds",iRounds,"Prize Settings",iPrize; iMonster: callfunc "Monster_Display"; iRounds: callfunc "Rounds"; iPrize: callfunc "Prize"; OnInit: defpattern 1,"([^:]+):.*\\sOMFGBBQLEETSAUCEGMOCEANRULESHAI!!.*", "iCorrect"; activatepset 1; set [email protected],0; set [email protected],0; set [email protected],0; set $Points,$Points; set [email protected],0; set $Rounds,$Rounds; set $Prize,$Prize; set $PrizeAmt,$PrizeAmt; set $Rule,$Rule; setarray [email protected][0],1511,1674,1785,1039,1874,1272,1719,1046,1389,1112,1115,1658,1957,1418,1871,1252,1786,1086,1885,1649,1651,1832,1492,1734,1251,1779,1688,1646,1373,1147,1059,1150,1956,1087,1190,1038,1157,1159,1052,1623,1916,1650,1583,1389,1312,1751,1685,1630,1648; setarray [email protected][0],1003,1006,1017,1021,1022,1027,1043,1136,1168,1171,1172,1173,1181,1210,1217,1218,1223,1284,1407,1411,1414,1495,1501,1900; end; OnClock0050: OnClock0350: OnClock0650: OnClock0950: OnClock1250: OnClock1550: OnClock1850: OnClock2150: set [email protected],[email protected]+1; set [email protected],1; set [email protected],1; set [email protected],1; announce "The Disguise Event will begin in 3 minutes.",bc_all | bc_blue; announce "The Event is being held in Brasilis.",bc_all | bc_blue; setnpctimer 0; initnpctimer; end; OnTimer10000: if ([email protected]){end;} if ([email protected]){end;} set [email protected],0; goto iDisguise; //donpcevent "DisguiseEvent::OnDisguise"; end; OnTimer30000: if ([email protected]){end;} set [email protected],0; setnpcdisplay "Disguise Event",795; announce "You took too long to guess what i was. Please wait 10 seconds while i disguise again.",bc_all | bc_yellow; specialeffect 725; set $MonsterName$,"OMFGBBQLEETSAUCEGMOCEANRULESHAI!!"; deletepset 1; stopnpctimer; setnpctimer 0; initnpctimer; end; OnTimer60000: if ([email protected]!=1){end;} if ([email protected]==1) {announce "The Disguise Event will begin in 2 minutes.",bc_all | bc_blue; announce "The Event is being held in Brasilis.",bc_all | bc_blue; end;} OnTimer120000: if ([email protected]!=1){end;} if ([email protected]==1) {announce "The Disguise Event will begin 1 minute.",bc_all | bc_blue; announce "The Event is being held in Brasilis.",bc_all | bc_blue; end;} OnTimer180000: if ([email protected]!=1){end;} if ([email protected]==1) {announce "The Disguise Event has begun!",bc_all | bc_blue; announce "The Event is being held in Brasilis.",bc_all | bc_blue; set [email protected],0; stopnpctimer; setnpctimer 0; initnpctimer; goto iDisguise; //donpcevent "DisguiseEvent::OnDisguise"; end;} announce "Something went wrong with the Disguise Event.",bc_all | bc_blue; announce "Please notify a GM ASAP. Thank you.",bc_all | bc_blue; end; iDisguise: if ($Rule==1) {set [email protected],0; set [email protected],1000+rand(1,995); for(set [email protected],0; [email protected]<getarraysize([email protected]); set [email protected],[email protected]+1) {if ([email protected][email protected][[email protected]]) {goto iDisguise;}} if ([email protected][email protected]){goto iDisguise;} set [email protected],[email protected]; set $MonsterName$,getmonsterinfo([email protected],0);} if ($Rule==2) {set [email protected],0; set [email protected],rand(49); set $MonsterName$,getmonsterinfo([email protected][[email protected]],0);} deletepset 1; defpattern 1,"([^:]+):.*\\s"+$MonsterName$+".*", "iCorrect"; activatepset 1; if ($Rule==1){setnpcdisplay "Disguise Event",[email protected];} if ($Rule==2){setnpcdisplay "Disguise Event",[email protected][[email protected]];} set [email protected],1; setnpctimer 0; //npctalk ""[email protected]onster+", "+$MonsterName$+""; end; iCorrect: if ([email protected]){dispbottom "Someone has already won this round."; end;} set [email protected],1; set [email protected],[email protected]+1; deletepset 1; defpattern 1,"([^:]+):.*\\sOMFGBBQLEETSAUCEGMOCEANRULESHAI!!.*", "iFailCheater"; activatepset 1; getitem $Prize,$PrizeAmt; announce ""+strcharinfo(0)+" is correct! I was disguised as: "+$MonsterName$+"",bc_map | bc_blue; if ([email protected]>=$Rounds) {setnpcdisplay "Disguise Event",795; set [email protected],0; set [email protected],0; setnpctimer 0; stopnpctimer; announce "Thank you all for playing. That was the last round of the Disguise Event. Come play again later.",bc_all | bc_yellow; end;} setnpcdisplay "Disguise Event",795; set [email protected],0; setnpctimer 0; end; } //--- The Functions ---// function script Rounds { next; mes "Please Input the number of rounds you want the event to last."; mes "Current Number of Roudns: [^0000FF"+$Rounds+"^000000]"; input [email protected]; set $Rounds,[email protected]; next; mes "The number of rounds has been changed successfully."; mes "Number of Rounds: [^0000FF"+$Rounds+"^000000]"; mes "Come again."; close; } function script Prize { next; mes "Please Input the ItemID of the prize that will be given each round."; mes "Current Items is: [^0000FF"+getitemname($Prize)+"^000000] ItemID - ^0000FF"+$Prize+"^000000"; input [email protected]; if (getitemname([email protected])=="" || getitemname([email protected])=="null") {next; mes "That item does not exist. Please try again."; close;} set $Prize,[email protected]; next; mes "Please Input the Ammount that is to be given."; input [email protected]; if ([email protected]<=0 || [email protected]>=10000) {next; mes "That ammount is invalid. Using default ammount of 1.";} set $PrizeAmt,[email protected]; next; mes "The Prize has been changed successfully."; mes "Prize: [^0000FF"+getitemname($Prize)+"^000000]x(^0000FF"+$PrizeAmt+"^000000)"; close; } function script Monster_Display { setarray [email protected][0],0,1,2; setarray [email protected]$[0],"","Transform as all monsters.","Transform as MvP's only."; next; mes "Please select a Disguise Rule."; mes "Rule 1 - Transform as all monsters."; mes "Rule 2 - Transform as MvP's only."; menu "Rule 1:Rule 2",iRule; iRule: set $Rule,[email protected][@menu]; next; mes "The Disguise Rule, has been changed successfully."; mes "Current Rule: ^0000FF"+$Rule+"^000000 - ^0000FF"[email protected]$[@menu]+"^000000"; close; } Quote Link to comment Share on other sites More sharing options...
Yep can i please ask a Maze Event script and a disguise event
for the disguise im running on Linux Already, installed PCRE and even configured my trunk the PCRE with-- PCRE smthng like that
and it still doesnt recognize the correct answers
Link to comment
Share on other sites