Jump to content

donkeyg

Members
  • Posts

    1060
  • Joined

  • Last visited

Everything posted by donkeyg

  1. bump bump hi how do i make it cant be use on certain woe map such as payg_cas03 only?
  2. No ppl reported Endless tower bug before? most of my players always stuck in endless tower, and cant enter the next portal, sometimes stuck at 11 floor, 2nd floor, 70th floor... but i stll cant find any solution on rathena.
  3. 30640,Pikachu,Pikachu,5,20,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,1640,{ autobonus "{ bonus bBaseAtk,100; }",100,10000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; },{},{} like this? hmm.. what does it mean u wil be able to go poast 100% weight capacity when removing the hat..
  4. it's a sprite..not script /item bonus.. yupy up, we wan that sprite so much xD
  5. if(gettime(4) == 1 || gettime(4) == 2 || gettime(4) == 3 || gettime(4) == 4 || gettime(4) == 5 || gettime(4) == 6 ) end; hmm. why it's still held on thursday , friday? i wan to make it held on sunday only swt. quite cnofuse
  6. how do i make this, someone please give me. ^^
  7. how about the floating skill?
  8. a headgear that makes char floats on the air( not sure if there is some effects like this) something like monkey god's cloud (soon wu kong) and at the same time, it allows the char to walk a little faster. if you want, you can add some effects like magics on land wont be affected. but MvP's magic will still be affected. ( to prevent abuse) like bapho's earthquake.
  9. OnClock1400:// if(gettime(4) == 0 || if(gettime(4) == 1 || gettime(4) == 3 || gettime(4) == 5 ) end; Something wrong???? i wan to make it held on 2 4 6 only.
  10. lol, im using rathena=.=" 16815 version. and i use @loadnpc to load the npc
  11. how do i set it at payg_cas02 during WoE is not allowed Mvp Cards wearing?
  12. i couldnt click the npc, nothing response after load the npc
  13. so if i wan to held it on sunday only, it will be like this? if(gettime(4) == 1 || gettime(4) == 2 || gettime(4) == 3 || gettime(4) == 4 || gettime(4) == 5 || gettime(4) == 6 ) Yes or if( gettime(4) != 0 ) end; what does the "!" means?
  14. so if i wan to held it on sunday only, it will be like this? if(gettime(4) == 1 || gettime(4) == 2 || gettime(4) == 3 || gettime(4) == 4 || gettime(4) == 5 || gettime(4) == 6 )
  15. if not sunday....the script will end at this line.... hmm... end? then how do i make it held at sunday? lol
  16. if( gettime(4) ) end; = mean this is sunday?
  17. ordeal_1-1,0,0,0 script DS_HiddenNpc -1,{ OnClock2130: if(gettime(4) == 1 ) end; i wan to make it sunday only, why it would held during wednesday???
  18. Ok sorry.. but this didnt happened before, but don know why it suddenly my player got error. P/S , alrady changed. it gives out reward, but some players still errors
  19. Cluckers error! help.. (Pvp ladder cause it error i think) , my players click the cluckers non-stop for almost 10 minutes, still didnt give out reward... and some of them got error.. what happened? here my script //===== Athena Script ===================================== //= Cluck! Cluck! Boom! //===== By Keale of VoidRO ================================ //= http://voidro.com //===== Description ======================================= //= Click the chicken and try retrieve the item at a low //= chance. If you fail he will nuke, freeze, stone, //= stun, or make you fall asleep. //= The prize is configurable and triggered by the NPC. //===== Credits =========================================== //= LuTze for his 'Chicken of Punishment' script. //= BrianL for suggesting the 'switch' command. //===== Version =========================================== //= v1.1 //========================================================= //= v1.0 - First release. //= v1.1 - Using 'switch rand' instead. //========================================================= izlude,111,115,3 script Cluckrr 800,{ if ($@startcluck == 1) goto L_playcluck; cluckcluck: if (getgmlevel() >= 1) goto cluckadmin; mes "[Cluckers]"; mes "Cluck cluck! Cluuuuuck?"; mes "Cluck...."; close; cluckadmin: mes "[Cluckers]"; mes "Cluck cluck! Cluuuuuck? ^FF0000~Hi GM " + strcharinfo(0) + ", Wanna play today?~^000000"; mes "Cluck cluck... CLUCK! ^FF0000~Just tell me what to do!~^000000"; switch(select("Start Event:Check Prize:Set Prize:Not today Cluckers")) { case 1: next; mes "[Cluckers]"; mes "CLUCK! ^FF0000~Sure thing!~^000000"; emotion 33; close2; goto L_cluckannounce; case 2: next; mes "[Cluckers]"; mes "Cluck, cluck cluck... Cluck! ^FF0000~The current prize is^000000 ^008000"+ $cluck_item_amount +" "+ getitemname($cluck_item_id) +".^000000"; next; goto cluckadmin; case 3: next; mes "[Cluckers]"; mes "Cluck cluck? Cluck??? ^FF0000~What should the prize for winning be? Please input the ID.~^000000"; input $cluck_item_id; next; mes "[Cluckers]"; mes "Cluck? cluuuck? ^FF0000~How many if this item should I give away?~^000000"; input $cluck_item_amount; next; mes "[Cluckers]"; mes "Cluck cluck..? Cluck. ^FF0000~So, the prize is^000000 ^008000"+ $cluck_item_amount +" "+ getitemname($cluck_item_id) +"^000000? ^FF0000Great.~^000000"; emotion 33; next; goto cluckadmin; case 4: next; mes "[Cluckers]"; mes "Cluck cluck cluck..."; close; } L_cluckannounce: announce "[Cluck! Cluck! Boom!] is about to start in Event Area!",bc_blue; initnpctimer; end; OnTimer10000: announce "Please proceed to the Event Area if you want to play with the crazy chicken!",bc_blue; end; OnTimer20000: announce "Cluckers has eaten one of my items! I'm too scared to retrieve it!",bc_blue; end; OnTimer30000: announce "Click the insane chicken and try squeeze out the item, if you're lucky you'll win! Are you ready?",bc_blue; end; OnTimer40000: announce "GO! Click the chicken to get the prize!",bc_blue; set $@startcluck,1; end; L_playcluck: specialeffect2 2; switch( rand(15) ) { case 0: npctalk "CLUUUUUUCK!!!"; emotion 23; atcommand "@nuke "+strcharinfo(0); break; case 1: npctalk "Cluuuuuck!~"; break; case 2: atcommand "@nuke "+strcharinfo(0); break; case 3: sc_start SC_Freeze,10000,0; break; case 4: npctalk "CLUUUUUUUUUCK!!!"; emotion 23; atcommand "@nuke "+strcharinfo(0); break; case 5: sc_start SC_Sleep,10000,0; break; case 6: emotion 29; sc_start SC_Stone,10000,0; break; case 7: npctalk "CLUUUUUUCK!!!"; emotion 23; atcommand "@nuke "+strcharinfo(0); break; case 8: npctalk "Cluck! CLUUUCK!!"; emotion 23; atcommand "@nuke "+strcharinfo(0); break; case 9: sc_start SC_Stun,10000,0; break; case 10: emotion 29; sc_start SC_Sleep,10000,0; break; case 11: npctalk "Cluck! Cluck!"; break; case 12: sc_start SC_Stun,10000,0; break; case 13: atcommand "@nuke "+strcharinfo(0); break; default: if( rand(50) < 3 ) { npctalk "WOOF!..........."; specialeffect2 72; announce "[Cluck! Cluck! Boom!] " + strcharinfo(0) + " Squeezed out the prize! Well done!",0; getitem $cluck_item_id,$cluck_item_amount; set $@startcluck,0; } else { npctalk "Cluck! CLUUUCK!!"; atcommand "@nuke "+strcharinfo(0); } break; } }
  20. you need to learn how to write a npc for exchange something by yourself. I think there is a lot of sample in rA here thanks godamit, Clydelion helped me to done this NPC ^^
  21. We'll keep this question here. hi another question, can i change taekwondo max level to 150 too? and may i know taekwondo and gunlsinger's 3rd job when release?
  22. find this word? "pc_bonus"
  23. what is this??
×
×
  • Create New...