Jump to content

Scotch

Members
  • Posts

    118
  • Joined

  • Last visited

Everything posted by Scotch

  1. hmmm what revision your using? im working it on 3ceam revision 723
  2. This is My Events in my server
  3. Can anyone help me with my problems? all my event npc's have some technical errors...even though its not the time for that event or the event not yet started the event warper of that event still see in the middle of the prontera it will not disable the event warper. Example Events: Dice Event Poring Catcher RFYL LMS
  4. yes still have error...the RFYL Npc and RFYL warper not showing anymore
  5. ok sir wait..how to use that? that with a select txt? i also the same problems with my dice,LMS and poring catcher
  6. prontera,193,171,6 script RFYL npc 994,{ OnInit: disablenpc "RFYL event"; disablenpc "RFYL npc"; end; } prontera,135,167,5 script RFYL Event 899,{ if(getgmlevel() < 60 ) end; mes "Hello there GM " + strcharinfo(0) + " !"; next; set .menu$, select(.gm_menu$); switch( select ("Open RFYL Event:No Thanks")) { case 1: // Run For Your Life next; mes "I will now create warps, announce, & warp you."; close2; warp "g_room1-1",230,368; Announce "There will be a 'Run For Your Life' Event Held!",bc_all; sleep2 2500; enablenpc "RFYL event"; sleep2 2500; Announce "If you want to join, the warp will be open in Prontera. It will be open for 2 minute!",bc_all; sleep2 30000; Announce "You have only 1 minute left to join the event!",bc_all; sleep2 1000; initnpctimer; goto L_Timer; end; close; case 2: mes "[RFYL Event]"; mes "Come back if you change your mind, See Yah!"; close; } L_Timer: OnTimer00000: Announce "Timer has started!",bc_all; end; OnTimer30000: Announce "Thirty Seconds Have Passed By!",bc_all; sleep2 5000; Announce "Hurry to Prontera if you want to join!",bc_all; end; OnTimer40000: Announce "Twenty seconds left!",bc_all; end; OnTimer50000: Announce "Ten seconds left!",bc_all; end; OnTimer55000: Announce "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; Announce "The warp is now closed!",bc_all; sleep2 1000; disablenpc "RFYL event"; stopnpctimer; end; OnInit: setarray .gmevents$,"RFYL?"; for ( set .@i, 0; .@i < getarraysize(.gmevents$); set .@i, .@i +1 ) set .gm_menu$, .gm_menu$ + (.gmevents$[.@i]) +":"; disablenpc "RFYL event"; end; } prontera,156,171,4 script RFYL event 811,{ mes "[ Run For Your Life Event ]"; mes "Hello, I'm the Run For Your Life Event Manager. My record says that the defending champion on this event was "+$PPEDefendingChampion$+". Anyways, what do you want to do?"; mes " "; mes "Scripted by: ^777777FlareRO^000000"; next; menu "Join Event Now",PPE_Join,"Nevermind",PPE_nvm; PPE_Join:{ if (gethominfo(2) != "null"){ mes "No homunculus is allowed in this event! Sorry "+strcharinfo(0)+" but you can't join this event!"; close; } if (getpetinfo(2) != "null"){ mes "No pet is allowed in this event! Sorry "+strcharinfo(0)+" but you can't join this event!"; close; } if (checkcart()){ mes "[ Run For Your Life Event ]"; mes "No cart is allowed! Sorry "+strcharinfo(0)+" but you can't join this event!"; close; } if (checkfalcon()){ mes "No falcon is allowed! Sorry "+strcharinfo(0)+" but you can't join this event!"; close; } if (checkriding()){ mes "No riding is allowed! Sorry "+strcharinfo(0)+" but you can't join this event!"; close; } mes "[ Run For Your Life Event ]"; mes "Good luck "+strcharinfo(0)+"."; mes " "; mes "Scripted by: ^777777FlareRO^000000"; close2; warp "g_room1-1",230,368; end; } PPE_nvm: mes "[ Run For Your Life Event ]"; mes "Okay. Maybe next time."; mes " "; mes "Scripted by: ^777777FlareRO^000000"; close; } prontera,193,171,6 script RFYL npc 994,{ OnInit: disablenpc "RFYL event"; disablenpc "RFYL npc"; end; } prontera,135,167,5 script RFYL Event 899,{ if(getgmlevel() < 60 ) end; mes "Hello there GM " + strcharinfo(0) + " !"; next; set .menu$, select(.gm_menu$); switch( select ("Open RFYL Event:No Thanks")) { case 1: // Run For Your Life next; mes "I will now create warps, announce, & warp you."; close2; warp "g_room1-1",230,368; Announce "There will be a 'Run For Your Life' Event Held!",bc_all; sleep2 2500; enablenpc "RFYL event"; sleep2 2500; Announce "If you want to join, the warp will be open in Prontera. It will be open for 2 minute!",bc_all; sleep2 30000; Announce "You have only 1 minute left to join the event!",bc_all; sleep2 1000; initnpctimer; goto L_Timer; end; close; case 2: mes "[RFYL Event]"; mes "Come back if you change your mind, See Yah!"; close; } L_Timer: OnTimer00000: Announce "Timer has started!",bc_all; end; OnTimer30000: Announce "Thirty Seconds Have Passed By!",bc_all; sleep2 5000; Announce "Hurry to Prontera if you want to join!",bc_all; end; OnTimer40000: Announce "Twenty seconds left!",bc_all; end; OnTimer50000: Announce "Ten seconds left!",bc_all; end; OnTimer55000: Announce "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; Announce "The warp is now closed!",bc_all; sleep2 1000; disablenpc "RFYL event"; stopnpctimer; end; OnInit: setarray .gmevents$,"RFYL?"; for ( set .@i, 0; .@i < getarraysize(.gmevents$); set .@i, .@i +1 ) set .gm_menu$, .gm_menu$ + (.gmevents$[.@i]) +":"; disablenpc "RFYL event"; end; } prontera,156,171,4 script RFYL event 811,{ mes "[ Run For Your Life Event ]"; mes "Hello, I'm the Run For Your Life Event Manager. My record says that the defending champion on this event was "+$PPEDefendingChampion$+". Anyways, what do you want to do?"; mes " "; mes "Scripted by: ^777777FlareRO^000000"; next; menu "Join Event Now",PPE_Join,"Nevermind",PPE_nvm; PPE_Join:{ if (gethominfo(2) != "null"){ mes "No homunculus is allowed in this event! Sorry "+strcharinfo(0)+" but you can't join this event!"; close; } if (getpetinfo(2) != "null"){ mes "No pet is allowed in this event! Sorry "+strcharinfo(0)+" but you can't join this event!"; close; } if (checkcart()){ mes "[ Run For Your Life Event ]"; mes "No cart is allowed! Sorry "+strcharinfo(0)+" but you can't join this event!"; close; } if (checkfalcon()){ mes "No falcon is allowed! Sorry "+strcharinfo(0)+" but you can't join this event!"; close; } if (checkriding()){ mes "No riding is allowed! Sorry "+strcharinfo(0)+" but you can't join this event!"; close; } mes "[ Run For Your Life Event ]"; mes "Good luck "+strcharinfo(0)+"."; mes " "; mes "Scripted by: ^777777FlareRO^000000"; close2; warp "g_room1-1",230,368; end; } PPE_nvm: mes "[ Run For Your Life Event ]"; mes "Okay. Maybe next time."; mes " "; mes "Scripted by: ^777777FlareRO^000000"; close; }
  7. This is my code OnInit: disablenpc "RFYL event"; disablenpc "RFYL npc"; end;
  8. can anyone help me in my problems? My Dice,LMS and RFYL Events have this minor problem the warp portal to connect to the destination of each events show the npc even though its not the time to join those event its always shows in prontera.. sorry for my bad english..please help me
  9. where can i Download Complete Visual Studio 2010?
  10. Problem signature: Problem Event Name: BEX Application Name: [server Name].exe Application Version: 0.0.0.0 Application Timestamp: 4ce21ae6 Fault Module Name: MSVCR90.dll Fault Module Version: 9.0.30729.6161 Fault Module Timestamp: 4dace5b9 Exception Offset: 0003e517 Exception Code: c0000417 Exception Data: 00000000 OS Version: 6.1.7600.2.0.0.256.1 Locale ID: 1033 Additional Information 1: 6950 Additional Information 2: 6950e0ad02cc64c8c25b985e5a85533a Additional Information 3: 268e Additional Information 4: 268e3af2cd848ad4a52e87b1e8f07183 Read our privacy statement online: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409 If the online privacy statement is not available, please read our privacy statement offline: C:\Windows\system32\en-US\erofflps.txt
  11. Mga kuya patulong nmn jan ung custom item ko kc hnd ngpapakita in-game cnu po pede mgturo sken? puro basic lng mga items kc laman ng gngwa q sna meron mabaet na 22long po salamat
  12. Can anyone help me for a little problem in my custom items? I cannot view may custom items in-game.. can anyone have a suggestion on how to fix this problem?
  13. Scotch

    Data Folder

    Can anyone share the data folder of juda's? coz im searching everyday all the links i open was broken. hope somebody can share it to me...advance thnks you
  14. Can anyone share me the recolored drake coat sprite? i want to put them in my server... advance thnk u for the one willing to share
  15. Scotch

    skill delay

    I tell to my friend what to but still he didn't reply if its working already...maybe later I go to him so I could check it,.. I will post again here later if it is fix already...hehe by the way thanks for some guides
  16. Scotch

    skill delay

    ok sir I will change it i'll update you if it is fix already is there other way to try?
  17. Scotch

    skill delay

    conf/battle/skill.conf? "Reduce delay by AGI/DEX" I didn't see like this one..but all stats of the char are 300 Or do you mean this one? // Does the delay time depend on the caster's DEX and/or AGI? (Note 1) // Note: On Official servers, neither Dex nor Agi affect delay time delay_dependon_dex: no delay_dependon_agi: no // Minimum allowed delay for ANY skills after casting (in miliseconds) (Note 1) // Note: Setting this to anything above 0 can stop speedhacks. min_skill_delay_limit: 100 Or do I have something to change int src/map/skill.c?
  18. Scotch

    skill delay

    yes 04-10 client date
  19. Scotch

    skill delay

    skill delay may client is Rathena...I already change skill_cast_db and skill.conf still have delay
  20. hello guys can you help for minor thing only? where can I find the script where I can change the Max base & job level in Rathena?
  21. Scotch

    item script

    can anyone link me where can I learn how to make item script? example: Hokage hat,mizukage hat,tobi mask,obito goggles,valkyrie helm,new valkyrie helm,traveler's hat....etc I like to add this in my server...its so cool
  22. I already fix mine may next problem is Damage of other characters it's not stable it is randomize how to fix those damage? example: soul breaker= i use +10blade 2tg 2 thana 1 vshield the damage was 40k-60k sometimes 80k
×
×
  • Create New...