Jump to content

Yonko

Members
  • Posts

    789
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Yonko

  1. can i use vote for points there as a variable?? http://rathena.org/board/files/file/2504-multi-currency-shop/
  2. Yonko

    Help with DDOS

    yeah im contacting the host of mine, but seems their DDOS protection filter doesn't handle the situation. So i barely to take action on my own. I read that there's a conf file in confs file of SVN that a little DDOS protection?
  3. check first the script of the item in item_db.
  4. hey dude just question how to re-hex the client to read only GRF ? because i used a stable one but it reads data folder
  5. how to hide that let's say in the lua files. thank you
  6. is the insertion my OnClock0000: correct?
  7. here's the script from eathena i want to modify this at the event will at a certain time: - script KOH#announcer -1,{ OnClock0000: OnInit: disablenpc "KingOfHill"; disablenpc "kohfinish"; end; } poring_c02,224,217,5 script KingOfHillEvent 56,{ if ($started == 1) donpcevent "KingOfHill::Onregister"; if (getgmlevel()>=50) goto L_GM; mes "[King Of Hill]"; mes "Only my master can open the race"; L_no: close; L_GM: mes "[King Of Hill]"; mes "Hello master, would you like to start the race?"; menu " - Yes",-,"- No",L_no; close2; cleararray $kohplayers[0],0,getarraysize($kohplayers); announce "King Of Hill Event was started",0; enablenpc "KingOfHill"; enablenpc "kohfinish"; set $started,1; sleep2 10000; announce "Please proceed at the middle of Event Room if you want to participate",0; sleep 10000; announce "Participants please enter the warp portal now before it will close",0; initnpctimer; close; OnTimer30000: announce "King Of Hill event will start in about 30 seconds",0; sleep2 5000; announce "Hurry and Join the Race",0; end; OnTimer50000: announce "King Of Hill Portal is closed",0; end; OnTimer51000: donpcevent "KOHannouncer::OnEnable"; stopnpctimer; disablenpc "KingOfHill"; end; } //=========================================================== quiz_02,46,375,5 script KingOfHill 811,{ Onregister: if ($started == 1) { mes "Hello would you like to register to join the race?"; next; menu " -Yes",-," -No",L_no; next; mes "Thankyou for registering Mr. " + strcharinfo(0) + ", Have fun!"; if (getarraysize($kohplayers) == 0) setarray $kohplayers[0], getcharid(3); else setarray $kohplayers[getarraysize($kohplayers)], getcharid(3); atcommand "@option 255,0,0"; warp "mjolnir_04",77,304; end; } end; L_no: close; end; } //=========================================================== - script KOHannouncer -1,{ OnEnable: mapannounce "mjolnir_04","The one who will reach the end of the bridge found at the top of the Hill will win the event",16; announce "Get Ready... Countdown will begin at 5",bc_all; sleep2 1000; announce "4",bc_all; sleep2 1000; announce "3",bc_all; sleep2 1000; announce "2",bc_all; sleep2 1000; announce "1",bc_all; sleep2 1000; donpcevent "freezer::OnEvent"; //areawarp "mjolnir_04",72,307,82,300,"mjolnir_04",77,304; announce "GO!",bc_all; end; } mjolnir_04,135,208,5 script Finish Line!::kohfinish 111,2,2,{ if ($started == 0) end; OnTouch: if (.winner == 1) { mes "Sorry we have got a winner."; end; } if (.winner == 0) { mes "You win !!"; set .winner,1; close2; } announce strcharinfo(0)+" is the King of the Hill!!",bc_all; getitem 7720,1; set $started,0; atcommand "@doommap"; atcommand "@kill "+strcharinfo(0); set .winner,0; cleararray $kohplayers[0],0,getarraysize($kohplayers); disablenpc "kohfinish"; end; } mjolnir_04,0,0,0 script freezer 111,2,2,{ OnEvent: for (set .@i, 0; .@i < getarraysize($kohplayers); set .@i, .@i + 1) { attachrid($kohplayers[.@i]); atcommand "@option 0 0 0"; } end; }
  8. sir euphy i want the skill to be on a certain job. Example Lord Knight have NPC_DRAGONFEAR i want to be at the LK's Skill tree and has level.
  9. i think it the cell problem i fix that already i change that to 3x3 only coz so very unbalance i just figuring out about the damaging the player bump?
  10. yeah i know that but how can i add those skills on a certain job?
  11. read rathena wiki sir dami jan guides
  12. how to make this NPC skills such as earthquake, hell's judgement etc use by certain job let's say High Wizard = earthquake skill. With Icons thanks!
  13. Yonko

    Help with DDOS

    How will figure or traced out the Ip who DDOS me? I used CentOS but seems my DDOS protection CloudFlare doesn't handle DDOS attacks. How will i see those ip and block it thanks
  14. Requesting this kind of refiner that . let say this scenario i will refine my muffler up to +7 i will input 7 then it will refine but still the mechanics of being loss(fail upgrade) it still there. I just want to make easier to refine rather than to talk NPC to refine it one by one per refine thanks.
  15. lol i found bugs there. kindly use the script of Emistry -> http://rathena.org/board/files/file/2499-emperium-breaker-room/ Credits goes to Emistry
  16. hi my stable client is 2010-07-28, kinda old but my emulator is eathena. the client is smooth but i have problems regards that. The problem is he reads data folder but i put it on while diffing it due to palette issues. if i haven't check that cause my palettes won't work. Seconds is regards the making of installer kinda annoying to huge to compress the data folder with grf and the client applications. Help me how to unread data folder without being harmed of my palettes thanks!
  17. Yonko

    help with v4p

    i can add now voting sites but seems it appears like this at the table of voting sites: Notice: Undefined offset: 0 in/home5/idealhos/public_html/gameguardro/addons/voteforpoints/modules/voteforpoints/index.phpon line 42
  18. http://i45.tinypic.com/2zipu6f.jpg http://i48.tinypic.com/2hi18gg.jpg
  19. how can i configure the voting sites i just paste the voteforpoints of jhaypee on my addons folder of my flux then when i click it error occurs like the paths of the error and lines.
×
×
  • Create New...