Jump to content

Noel Gallagher

Members
  • Posts

    150
  • Joined

  • Last visited

Everything posted by Noel Gallagher

  1. Hello, How to do a rollback after a certain of time?
  2. Hello, Can i request a npc that when you whispered "Hey" it will summon/spawn barricade in "guild_vs4,17,51" "guild_vs4,17,50" "guild_vs4,17,49" "guild_vs4,17,48" and it will say "The wall has been rebuild". After 10 seconds the wall will be gone. TIA!
  3. But the message strcharinfo(0),"Cant Wear More than 2 Kiel Cards."; Didn't show and still can equip 3 kiels.
  4. function script Sample { if( isequippedcnt( 4403 ) > 2 ){ message strcharinfo(0),"Cant Wear More than 2 Kiel Cards."; nude; } return; } Btw, Im using eA
  5. So this will be the script? { if ( isequippedcnt(4403) >= 2 && isequippedcnt(2703) < 2 ) bonus bDelayRate, -30 / isequippedcnt(4403); else bonus bDelayRate, -30; callfunc "Sample"; },{},{} Then error: Unknown syntax in file 'npc/custom/script/callfunc.txt', line '2'. Stopping... * w1=if( isequippedcnt (4403) > 2) {
  6. Hello sandbox! I already solve my problem but 3 kiels are working. Here's the item script 4403,Kiel_Card,Kiel-D-01 Card,6,20,,10,,,,,,,,769,,,,,{ if ( isequippedcnt(4403) >= 2 && isequippedcnt(2703) < 2 ) bonus bDelayRate, -30 / isequippedcnt(4403); else bonus bDelayRate, -30; },{},{}
  7. Hello, I'm using eA. How do you guys make 2 kiel + 2 expert ring combo? 2 kiel + 2 Exper Ring = -70% 2 kiel +1 Expert Ring = -35% (Only 1 kiel and 1 Experting will work) 2 kiel = - 30% (Only 1 kiel will work) 3 kiel +2 Expert Ring = 70% (Three kiels will not work instead only 2 will work) Anyone can help me?
  8. Has anyone have a woe controller works with eAmod?
  9. - script LMS#disable -1,{ OnInit: disablenpc "Mr. Banker"; disablenpc "All Job Manager"; end; } - script LMS -1,{ OnClock0000: OnClock0200: OnClock0400: OnClock0600: OnClock0800: OnClock1000: OnClock1200: OnClock1400: OnClock1600: OnClock1800: OnClock2000: OnClock2200:// Edit this to what ever you want. note : OnClock0000 is 12 midnight and OnClock1200 is 12 Noon goto startlmsevent; startlmsevent: announce "Mr. Manager: The Last Man Standing event will be starting shortly.",0; sleep2 10000; announce "Mr. Manager: Those who want to play, please proceed to Turbo Room and Register.",0; sleep2 10000; announce "Mr. Manager: After 1 Minute the Registration will close.",0; sleep2 10000; announce "Mr. Manager: Please go to Turbo Room and Register now if you want to join.",0; enablenpc "All Job Manager"; initnpctimer; end; OnTimer30000: announce "Mr. Manager: Last 30 seconds.",0; sleep2 5000; announce "Mr. Manager: If you want to join please Register in Turbo Room.",0; end; OnTimer50000: announce "Mr. Manager: Last 10 seconds.",0; end; OnTimer55000: announce "Mr. Manager: 5.",0; end; OnTimer56000: announce "Mr. Manager: 4.",0; end; OnTimer57000: announce "Mr. Manager: 3.",0; end; OnTimer58000: announce "Mr. Manager: 2.",0; end; OnTimer59000: announce "Mr. Manager: 1.",0; end; OnTimer60000: announce "Mr. Manager: Time's up.",0; end; OnTimer61000: disablenpc "All Job Manager"; donpcevent "Mr. Banker::OnEnable"; stopnpctimer; end; } //---------All Job Registration--------------- turbo_room,100,111,5 script All Job Manager 106,{ mes "[Mr. Manager]"; mes "Hello What can I do for you?"; next; menu "Register",-,"What is LMS?",what,"Leave",leave; next; mes "[Mr. Manager]"; mes "Thankyou for registering Mr. " + strcharinfo(0) + ", Have fun!"; warp "quiz_02",43,48; end; what: mes "[Mr. Manager]"; mes "LMS is also known as Last Man Standing Event"; next; mes "[Mr. Manager]"; mes "LMS is also like a PvP."; mes "The only difference is at LMS you will get 50 fRO Ticket if you are the Last Man Standing at the arena."; next; mes "[Mr. Manager]"; mes "That's all"; close; leave: mes "[Mr. Manager]"; mes "I hope you will register next time"; close; } //-------------------------- //-------------------------- quiz_02,42,48,6 script Mr. Banker 56,{ mes "[Banker]"; mes "Congrats. You've won."; next; announce "Mr. Manager: We have a winner! well done "+strcharinfo(0)+".",0; getitem 7179, 50; // Change This item id to what ever you want . item id,amount mes "You will return now"; warp "turbo_room",100,99; disablenpc "Mr. Banker"; close; end; OnEnable: pvpoff "quiz_02"; mapannounce "quiz_02","Mr. Manager:The Last Man Standing Event will start shortly",0; sleep2 10000; mapannounce "quiz_02","Mr. Manager:But before we start this is just a few reminders..",0; sleep2 10000; mapannounce "quiz_02","Mr. Manager:Using Cloaking , Hiding is strictly not allowed..",0; sleep2 10000; mapannounce "quiz_02","Mr. Manager: Only the Last Man Standing will win this event!!",0; sleep2 10000; mapannounce "quiz_02","Mr. Manager: What are we waiting for?..Let's Get Ready to Rumble!!...",0; sleep2 10000; goto L_Start; end; L_Start: if(getmapusers("quiz_02") == 1) goto L_Champ; if(getmapusers("quiz_02") == 0) goto L_None; if(getmapusers("quiz_02") > 1) { mapannounce "quiz_02","Mr. Manager: Get ready at the count of 5 we will start!....",0; sleep2 10000; mapannounce "quiz_02","Mr. Manager: 5",0; sleep2 5000; mapannounce "quiz_02","Mr. Manager: 4",0; sleep2 4000; mapannounce "quiz_02","Mr. Manager: 3",0; sleep2 3000; mapannounce "quiz_02","Mr. Manager: 2",0; sleep2 2000; mapannounce "quiz_02","Mr. Manager: 1",0; sleep2 1000; pvpon "quiz_02"; goto timer; end; } timer: initnpctimer; end; OnTimer1000: end; OnTimer1100: if(getmapusers("quiz_02") == 1) goto L_Champ; if(getmapusers("quiz_02") > 2) goto timer; if(getmapusers("quiz_02") == 2) goto champ; stopnpctimer; end; champ: announce "Mr. Manager: Last 2 Brave warriors are still alive!",0; sleep2 10000; if(getmapusers("quiz_02") == 1) goto L_Champ; if(getmapusers("quiz_02") > 1) goto timer; end; L_Champ: mapannounce "quiz_02","Mr. Banker: Please talk to me to get your prize..",0; pvpoff "quiz_02"; enablenpc "Mr. Banker"; end; L_None: disablenpc "Banker"; pvpoff "quiz_02"; end; } //----- Die = warp prt ----- - script Killa_warp -1,{ OnPCDieEvent: getmapxy(.@map$,.@x,.@y,0); if(.@map$=="quiz_02") { set #kill_point, 0; announce ""+strcharinfo(0)+" died, and out of the game!.",bc_all; warp "turbo_room",99,99; end; } OnPCKillEvent: getmapxy(.@map$,.@x,.@y,0); if(.@map$=="quiz_02") { set #kill_point,#kill_point+1; if ( #kill_point % 4 == 0) { announce ""+strcharinfo(0)+" have made 4 Consecutive Kills!!He will be granted an item",bc_all; getitem 14232,50; end; } } } // == Mapflags quiz_02 mapflag nowarp quiz_02 mapflag nowarpto quiz_02 mapflag noteleport quiz_02 mapflag nosave quiz_02 mapflag nomemo quiz_02 mapflag nobranch quiz_02 mapflag pvp_noparty quiz_02 mapflag restricted 1 quiz_02 mapflag noicewall How to add a rank ladder here in my lms? I'm using eA.
  10. if (@win1==0) { mapannounce "quiz_02", "Admin Pips :"+GetPartyName($@TeamID2)+" won",0; sleep2 10000; warpparty "quiz_02",148,377,$@TeamID2; sleep2 1000; enablenpc "teamwar"; mapannounce "quiz_02", "Thanks for playing "+GetPartyName($@TeamID1)+" Team!~",0; set $@TeamID1,0; set $@TeamID2,0; set $@start,0; set @win1,0; set @win2,0; set @partymembercount,$@members; end; } After this mapannounce "quiz_02", "Admin Pips :"+GetPartyName($@TeamID2)+" won",0; The all the members of party and leader will get the prize? Btw, I'm using eA
  11. - script LMS#disable -1,{ OnInit: disablenpc "Mr. Banker"; disablenpc "All Job Manager"; end; } - script LMS -1,{ OnClock0000: OnClock0200: OnClock0400: OnClock0600: OnClock0800: OnClock1000: OnClock1200: OnClock1400: OnClock1600: OnClock1800: OnClock2000: OnClock2200:// Edit this to what ever you want. note : OnClock0000 is 12 midnight and OnClock1200 is 12 Noon goto startlmsevent; startlmsevent: announce "Mr. Manager: The Last Man Standing event will be starting shortly.",0; sleep2 10000; announce "Mr. Manager: Those who want to play, please proceed to Turbo Room and Register.",0; sleep2 10000; announce "Mr. Manager: After 1 Minute the Registration will close.",0; sleep2 10000; announce "Mr. Manager: Please go to Turbo Room and Register now if you want to join.",0; enablenpc "All Job Manager"; initnpctimer; end; OnTimer30000: announce "Mr. Manager: Last 30 seconds.",0; sleep2 5000; announce "Mr. Manager: If you want to join please Register in Turbo Room.",0; end; OnTimer50000: announce "Mr. Manager: Last 10 seconds.",0; end; OnTimer55000: announce "Mr. Manager: 5.",0; end; OnTimer56000: announce "Mr. Manager: 4.",0; end; OnTimer57000: announce "Mr. Manager: 3.",0; end; OnTimer58000: announce "Mr. Manager: 2.",0; end; OnTimer59000: announce "Mr. Manager: 1.",0; end; OnTimer60000: announce "Mr. Manager: Time's up.",0; end; OnTimer61000: disablenpc "All Job Manager"; donpcevent "Mr. Banker::OnEnable"; stopnpctimer; end; } //---------All Job Registration--------------- turbo_room,100,111,5 script All Job Manager 106,{ mes "[Mr. Manager]"; mes "Hello What can I do for you?"; next; menu "Register",-,"What is LMS?",what,"Leave",leave; next; mes "[Mr. Manager]"; mes "Thankyou for registering Mr. " + strcharinfo(0) + ", Have fun!"; warp "pvpmap",43,48; end; what: mes "[Mr. Manager]"; mes "LMS is also known as Last Man Standing Event"; next; mes "[Mr. Manager]"; mes "LMS is also like a PvP."; mes "The only difference is at LMS you will get 50 fRO Ticket if you are the Last Man Standing at the arena."; next; mes "[Mr. Manager]"; mes "That's all"; close; leave: mes "[Mr. Manager]"; mes "I hope you will register next time"; close; } //-------------------------- //-------------------------- pvpmap,42,48,6 script Mr. Banker 56,{ mes "[Banker]"; mes "Congrats. You've won."; next; announce "Mr. Manager: We have a winner! Well done "+strcharinfo(0)+".",0; getitem 7179, 50; // Change This item id to what ever you want . item id,amount mes "You will return now"; warp "turbo_room",100,99; disablenpc "Mr. Banker"; close; end; OnEnable: pvpoff "pvpmap"; mapannounce "pvpmap","Mr. Manager:The Last Man Standing Event will start shortly",0; sleep2 10000; mapannounce "pvpmap","Mr. Manager:But before we start this is just a few reminders..",0; sleep2 10000; mapannounce "pvpmap","Mr. Manager:Using Cloaking , Hiding is strictly not allowed..",0; sleep2 10000; mapannounce "pvpmap","Mr. Manager: Only the Last Man Standing will win this event!!",0; sleep2 10000; mapannounce "pvpmap","Mr. Manager: What are we waiting for?..Let's Get Ready to Rumble!!...",0; sleep2 10000; goto L_Start; end; L_Start: if(getmapusers("pvpmap") == 1) goto L_Champ; if(getmapusers("pvpmap") == 0) goto L_None; if(getmapusers("pvpmap") > 1) { mapannounce "pvpmap","Mr. Manager: Get ready at the count of 5 we will start!....",0; sleep2 10000; mapannounce "pvpmap","Mr. Manager: 5",0; sleep2 5000; mapannounce "pvpmap","Mr. Manager: 4",0; sleep2 4000; mapannounce "pvpmap","Mr. Manager: 3",0; sleep2 3000; mapannounce "pvpmap","Mr. Manager: 2",0; sleep2 2000; mapannounce "pvpmap","Mr. Manager: 1",0; sleep2 1000; pvpon "pvpmap"; goto timer; end; } timer: initnpctimer; end; OnTimer1000: end; OnTimer1100: if(getmapusers("pvpmap") == 1) goto L_Champ; if(getmapusers("pvpmap") > 2) goto timer; if(getmapusers("pvpmap") == 2) goto champ; stopnpctimer; end; champ: announce "Mr. Manager: Last 2 Brave warriors are still alive!",0; sleep2 10000; if(getmapusers("pvpmap") == 1) goto L_Champ; if(getmapusers("pvpmap") > 1) goto timer; end; L_Champ: mapannounce "pvpmap","Mr. Banker: Please talk to me to get your prize..",0; pvpoff "pvpmap"; enablenpc "Mr. Banker"; end; L_None: disablenpc "Banker"; pvpoff "pvpmap"; end; } //----- Die = warp prt ----- - script Killa_warp -1,{ OnPCDieEvent: getmapxy(.@map$,.@x,.@y,0); if(.@map$=="pvpmap") { set #kill_point, 0; announce ""+strcharinfo(0)+" died, and out of the game!.",bc_all; warp "turbo_room",99,99; end; } OnPCKillEvent: getmapxy(.@map$,.@x,.@y,0); if(.@map$=="pvpmap") { set #kill_point,#kill_point+1; if ( #kill_point % 4 == 0) { announce ""+strcharinfo(0)+" have made 4 Consecutive Kills!!He will be granted an item",bc_all; getitem 14232, 20; end; } } } // == Mapflags pvpmap mapflag nowarp pvpmap mapflag nowarpto pvpmap mapflag noteleport pvpmap mapflag nosave pvpmap mapflag nomemo pvpmap mapflag nobranch pvpmap mapflag pvp_noparty pvpmap mapflag restricted 1 pvpmap mapflag noicewall How to make novice and super novice cant enter in LMS? Thank you.
  12. How to apply this diff? I dont' have idea how to apply this in src.
  13. My UseMD5 is set to false but still cant log my account in Flux even i put right Userid and password.
  14. Hi, Why my Gm account or normal account can't log in Flux cp?
  15. Hi, Can anybody help me how to Encript or Hide clientinfo? Other players will edit the clientinfo to make their normal characters has gm suit.
×
×
  • Create New...