Jump to content

erick26

Members
  • Posts

    24
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

erick26's Achievements

Poring

Poring (1/15)

  • One Year In
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Reset password doesn't work i am getting this error..
  2. Hi I wanted to use this script but i am wondering where to edit the item required to do the gatcha.
  3. problem on this one is if you suddenly lose connection or close the putty your server will close too
  4. Hi everyone, I was wondering how to make this script to summon the next round once all the mvp are killed and per round will summon 2 mvp monsters and will have 1 timer also for the whole event. What currently happening is MVP's are getting doubled each time. pvp_2vs2,40,18,4 script BTA 736,{ if (getgmlevel() == 99) goto BTA_Admin; mes "[ BTA ]"; mes "Hello " + strcharinfo(0) + ", You dont have the power to command me."; mes "Go away you weakling"; close; BTA_Admin: mes "[ BTA ]"; mes "Hello " + strcharinfo(0) + ", what do you want to do?"; menu "Begin The Event",startbtaevent,"Kill MVP(s)",endBTA; startbtaevent: next; mes "[ BTA ]"; mes "All monster(s) have been summoned"; close2; goto Round1; Round1: mapannounce "pvp_2vs2","Boss Time Attack: Orc Hero in 5.",0; sleep2 1500; mapannounce "pvp_2vs2","Boss Time Attack: 4",0; sleep2 1500; mapannounce "pvp_2vs2","Boss Time Attack: 3",0; sleep2 1500; mapannounce "pvp_2vs2","Boss Time Attack: 2",0; sleep2 1500; mapannounce "pvp_2vs2","Boss Time Attack: 1",0; sleep2 1500; mapannounce "pvp_2vs2","Boss Time Attack: GO!",0; sleep2 1000; set .MOBStartTick, gettimetick(2); set .MOBKillTime, 0; monster "pvp_2vs2",40,33,"BTA Event",1159,1,"BTA::OnMVPKilled"; monster "pvp_2vs2",40,46,"BTA Event",1087,1,"BTA::OnMVPKilled"; end; Round2: mapannounce "pvp_2vs2","Boss Time Attack: Atroce in 5.",0; sleep2 1500; mapannounce "pvp_2vs2","Boss Time Attack: 4",0; sleep2 1500; mapannounce "pvp_2vs2","Boss Time Attack: 3",0; sleep2 1500; mapannounce "pvp_2vs2","Boss Time Attack: 2",0; sleep2 1500; mapannounce "pvp_2vs2","Boss Time Attack: 1",0; sleep2 1500; mapannounce "pvp_2vs2","Boss Time Attack: GO!",0; sleep2 1000; set .MOBStartTick, gettimetick(2); set .MOBKillTime, 0; monster "pvp_2vs2",40,33,"BTA Event",1112,1,"BTA::OnMVPKilled2"; monster "pvp_2vs2",40,46,"BTA Event",1147,1,"BTA::OnMVPKilled2"; end; Round3: mapannounce "pvp_2vs2","Boss Time Attack: RSX-0806 in 5.",0; sleep2 1500; mapannounce "pvp_2vs2","Boss Time Attack: 4",0; sleep2 1500; mapannounce "pvp_2vs2","Boss Time Attack: 3",0; sleep2 1500; mapannounce "pvp_2vs2","Boss Time Attack: 2",0; sleep2 1500; mapannounce "pvp_2vs2","Boss Time Attack: 1",0; sleep2 1500; mapannounce "pvp_2vs2","Boss Time Attack: GO!",0; sleep2 1000; set .MOBStartTick, gettimetick(2); set .MOBKillTime, 0; monster "pvp_2vs2",40,33,"BTA Event",1190,1,"BTA::OnMVPKilled3"; monster "pvp_2vs2",40,46,"BTA Event",1038,1,"BTA::OnMVPKilled3"; end; OnMVPKilled: set .MOBKillTime, gettimetick(2) - .MOBStartTick; mapannounce "pvp_2vs2","Boss Time Attack: Time " + (.MOBKillTime /60)+ "min " + (.MOBKillTime % 60) + "sec",0; sleep2 3000; goto Round2; end; OnMVPKilled2: set .MOBKillTime, gettimetick(2) - .MOBStartTick; mapannounce "pvp_2vs2","Boss Time Attack: Time " + (.MOBKillTime /60)+ "min " + (.MOBKillTime % 60) + "sec",0; sleep2 3000; goto Round3; end; OnMVPKilled3: set .MOBKillTime, gettimetick(2) - .MOBStartTick; mapannounce "pvp_2vs2","Boss Time Attack: Time " + (.MOBKillTime /60)+ "min " + (.MOBKillTime % 60) + "sec",0; end; endBTA: next; mes "[ BTA ]"; mes "All monster(s) have been erase"; killmonster "pvp_2vs2","All"; close; }
  5. hi guys is it possible to have an item that will make a character instant 99 and will be able to choose job and add skill points
  6. have tried and not working is there any chance to make it work without doing @reload script?
  7. Im just wondering how to make it work for my Happy Hour rates as i included it in the script but monster are getting doubled. mob_count_rate: 200
  8. could it be the vps server ram also? as my PC itself got 32gb ram
  9. yes but even my own character, just out of nowhere it will randomly disconnect someone, is there something in configuration for this? I even encounter that i just logged in the suddenly i got that message
  10. this is what is happening random players keeps having now logging out message and would disconnect them but is upsetting them as I have hourly reward points. What should be changed?
  11. hi i'm here again i just got a warning when compiling my server below is the screen shot. What should I do with this i'm no expert.
  12. have tried but keeps getting invalid item #1
  13. when i do map it's saying given to 0 players even if i have 2 players standing beside me. and if i want to give to everyone including vendors i just need to remove && !checkvending(.@name$[.@i])
  14. Hi Everyone, I would like to why the @giveitem command is not working properly for example "@giveitem 909 1 map" not everyone in the map is able to get the item what I encounter is only few of the people receive the item but not everyone.
  15. how can i fix this guys? up...
×
×
  • Create New...