Jump to content

GM Winter

Members
  • Posts

    382
  • Joined

  • Last visited

Everything posted by GM Winter

  1. what if i dont want normal players to connect while maintenance only gm with group id 4 and group id 99 can join the server what will i put here: ive try to put 4 but gm id 99 cant login only gm group id 4 can i want them both to have access to login in the server
  2. ive try to disabled it but same error
  3. after i connect and configure my offline test server i encounter this error and i already checked the conf its all match but this error always appears did some one also experience this error and can you share the solution thanks
  4. ow thank you so much
  5. hello what do you mean remove map from the warper can you give me an example sir
  6. hello i would like to ask how to disable players to warp in the mvp maps thanks in advance
  7. hello anyone have a moving emperium sprite ? thanks in advance
  8. its only a online peak not the online players count that time the player is only 1 but it showing 2
  9. hello everyone i would like to ask how to config the online player in the website thanks in advance
  10. you dont need to say sorry btw thank you very much for your effort!! its now working
  11. theres a white background
  12. hello every one can someone know how to make this into philippines time zone thanks in advance http://free.timeanddate.com/clock/i5pl7h48/n1038/fce7debd/tct/pct
  13. if you will encounter the same error i had you just need to edit this data/schema/logindb cp_createlog then edit this part: `reg_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', to `reg_date` datetime NOT NULL DEFAULT '1000-01-01 00:00:00',
  14. hello i would like to ask how to fix this i browse and search but didnt find any solution
  15. thanks for your reply itried it but nothing happen anyway thanks for your effort sir
  16. hello everyone i would like to ask if this is possible , can i put the Garment costume above the Lower costume as you see in the picture the sword is inside the cape, what i would like to do is to put the sword above the cape hope someone knows what to do thanks in advance
  17. Hello @sader1992 thank you so much!
  18. no problem btw thanks for trying and thank you so much for your time and effort
  19. hello sorry and thank you for reply having trouble after i finished the quest and try to get another quest to confirm if it has a cool down
  20. Hello every one can somebody help me i want to put a time interval to this quest npc i would like to put 1hr before they can have a another quest heres the script| Thanks in Advance prontera,167,204,4 script Token Quest 4_M_JOB_WIZARD,{ if (!quest_random) { quest_random = rand(1, 20); mes"Welcome Capsnian, Ready to your Journey?"; mes "You have been assigned with a new quest."; next; } switch(quest_random) { case 1: setarray [email protected], 7726, 3; setarray [email protected], 7182; setarray [email protected], 150; break; case 2: setarray [email protected], 7726, 3; setarray [email protected], 952; setarray [email protected], 150; break; case 3: setarray [email protected], 7726, 3; setarray [email protected], 966; setarray [email protected], 150; break; case 4: setarray [email protected], 7726, 3; setarray [email protected], 7030; setarray [email protected], 150; break; case 5: setarray [email protected], 7726, 3; setarray [email protected], 705; setarray [email protected], 150; break; case 6: setarray [email protected], 7726, 3; setarray [email protected], 1003; setarray [email protected], 150; break; case 7: setarray [email protected], 7726, 3; setarray [email protected], 1045; setarray [email protected], 150; break; case 8: setarray [email protected], 7726, 3; setarray [email protected], 938; setarray [email protected], 150; break; case 9: setarray [email protected], 7726, 3; setarray [email protected]em, 7053; setarray [email protected], 150; break; case 10: setarray [email protected], 7726, 3; setarray [email protected], 901; setarray [email protected], 150; break; case 11: setarray [email protected], 7726, 3; setarray [email protected], 1021; setarray [email protected], 150; break; case 12: setarray [email protected], 7726, 3; setarray [email protected], 1036; setarray [email protected], 150; break; case 13: setarray [email protected], 7726, 3; setarray [email protected], 1055; setarray [email protected], 150; break; case 14: setarray [email protected], 7726, 3; setarray [email protected], 1023; setarray [email protected], 150; break; case 15: setarray [email protected], 7726, 3; setarray [email protected], 1066; setarray [email protected], 150; break; case 16: setarray [email protected], 7726, 3; setarray [email protected], 914; setarray [email protected], 150; break; case 17: setarray [email protected], 7726, 3; setarray [email protected], 910; setarray [email protected], 150; break; case 18: setarray [email protected], 7726, 3; setarray [email protected], 956; setarray [email protected], 150; break; case 19: setarray [email protected], 7726, 3; setarray [email protected], 940; setarray [email protected], 150; break; case 20: setarray [email protected], 7726, 3; setarray [email protected], 1056; setarray [email protected], 150; break; case 21: setarray [email protected], 7726, 3; setarray [email protected], 950; setarray [email protected], 150; break; case 22: setarray [email protected], 7726, 3; setarray [email protected], 947; setarray [email protected], 150; break; case 23: setarray [email protected], 7726, 3; setarray [email protected], 958; setarray [email protected], 150; break; case 24: setarray [email protected], 7726, 3; setarray [email protected], 7066; setarray [email protected], 150; break; case 25: setarray [email protected], 7726, 3; setarray [email protected], 929; setarray [email protected], 150; break; case 26: setarray [email protected], 7726, 3; setarray [email protected], 928; setarray [email protected], 150; break; case 27: setarray [email protected], 7726, 3; setarray [email protected], 1002; setarray [email protected], 150; break; case 28: setarray [email protected], 7726, 3; setarray [email protected], 909; setarray [email protected], 150; break; case 29: setarray [email protected], 7726, 3; setarray [email protected], 7312; setarray [email protected], 150; break; case 30: setarray [email protected], 7726, 3; setarray [email protected], 1041; setarray [email protected], 150; break; case 31: setarray [email protected], 7726, 3; setarray [email protected], 919; setarray [email protected], 150; break; case 32: setarray [email protected], 7726, 3; setarray [email protected], 1068; setarray [email protected], 150; break; case 33: setarray [email protected], 7726, 3; setarray [email protected], 948; setarray [email protected], 150; break; case 34: setarray [email protected], 7726, 3; setarray [email protected], 939; setarray [email protected], 150; break; case 35: setarray [email protected], 7726, 3; setarray [email protected], 925; setarray [email protected], 150; break; case 36: setarray [email protected], 7726, 3; setarray [email protected], 1034; setarray [email protected], 150; break; case 37: setarray [email protected], 7726, 3; setarray [email protected], 7054; setarray [email protected], 150; break; case 38: setarray [email protected], 7726, 3; setarray [email protected], 1020; setarray [email protected], 150; break; // case example of 2 items requiments: // setarray [email protected], 1503, 1; // setarray [email protected], 512, 503; // setarray [email protected], 300, 100; // break; default: mes "invalid quest."; close; } mes "Quest Requirement(s):"; [email protected] = getarraysize([email protected]); for ([email protected] = 0; [email protected] < [email protected]; [email protected]++) { mes " > "[email protected][[email protected]]+"x "+getitemname([email protected][[email protected]]); if (countitem([email protected][[email protected]]) < [email protected]amount[[email protected]]) [email protected]++; } if ([email protected]) { next; if (select("Submit Quest", "Cancel") == 1) { for ([email protected] = 0; [email protected] < [email protected]; [email protected]++) delitem [email protected][[email protected]], [email protected][[email protected]]; getitem [email protected][0], [email protected][1]; quest_random = 0; } } close; }
  21. hello i would like to ask how to disable this multi channel #global #main #trade #support Thanks in advance
  22. function script CustomBox { setarray .i1[0],909,910; // Common Items set .i1rand,rand(0,1); // Randomize Common Items; just change max amount if you add items setarray .i2[0],911,912; // Rare Items set .i2rand,rand(0,1); // Randomize Rare Items; just change max amount if you add items setarray .i3[0],2199,1599; // Super Rare Items set .i3rand,rand(0,1); //Randomize Super Rare Items; just change max amount if you add items set .chance, rand(100); // Super Rare Item 1% if (.chance == 1){ getitem .i[.i3rand],1; announce "["+strcharinfo(0)+"] won a ["+getitemname(.i[0])+"] from the Special Box.",0; end; } // Rare Item 50% else if (.chance <= 50 && .chance >= 11){ getitem .i[.i2rand],1; announce "["+strcharinfo(0)+"] won a ["+getitemname(.i[0])+"] from the Special Box.",0; end; } // Common Items else { getitem .i1[.i1rand],1; end; } }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.