Jump to content

enteike

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    colombia

Recent Profile Visitors

1120 profile views

enteike's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Correct except for this one: OnClock2400: Change for: OnClock0000: 2300, 0000, 0100 , 0200 , 0300, etc.
  2. Hello im having a hard time trying to figure out how to stop a function. I added a function to one item but as soon as i equip the function starts. db: 501,Red_Potion,Red Potion,5,10,,100,,1,,0,0xFFFFFFFF,7,2,16,,0,1,0,{ autobonus "{ bonus bAllStats,10; }",1000,10000,BF_SHORT|BF_BF_LONG,"{ specialeffect2 EF_FIRESPLASHHIT; }"; callfunc("AS1"); } },{},{}
  3. This: OnMinute1700: Is the activation timer thats what you need to change for OnClock0000: OnMinute60: means every 60 mins server uptime, correct me someone if im wrong But if u use OnClock event start every hour server time. Sample: - script Dice#announcer -1,{ OnInit: disablenpc "prtevent"; hideonnpc "Dice#evnt1"; end; OnClock1700: OnClock1800: OnClock1900: OnClock2000: if( agitcheck() || agitcheck2() ) end; announce "Dice: We are going to have a Dice event.",0;
  4. Hello im trying to add a delay to an item when i logout. i found this on eathena: function script knife_cooldown { if ( getarg(0) == 0 && @cooldown > gettimetick(2) ) { dispbottom @cooldown - gettimetick(2); unequip EQI_HAND_R; } else if ( getarg(0) == 1 && @cooldown <= gettimetick(2) ) { set @cooldown, gettimetick(2) +5; dispbottom "set"; } return; } im activating something when i equip because i cant make active it by chance so i need to add a delay, because when i relog i can put the item again. Thanks
  5. is set to start at minute 20 of every hour change: OnMinute20: For: OnClock1700: OnClock1700: means that event trigger at hour 17:00 so if you want it every hour add: OnClock0000: OnClock0100: OnClock0200: OnClock0300: like that.
  6. Hello everyone im trying to make a disguise item that activates when attacking or performing a magical attack, actually i get disguised when i equip the item... have tried a lot of things but i cant make it. in mi item db have this: 1109,Blade__,Blade,5,10,,100,,1,,0,0xFFFFFFFF,7,2,16,,0,1,0,{ if(isequipped(5151)) { bonus bDef,30; bonus bMaxHP,1500; } },{ disguise 1038; sleep2 3000; undisguise; },{} If possible i would like when you are attacking there is a 10% chance of trigger the disguise and past 20 seconds the disguise and the bonus disapear. The idea was taken from this post: http://rathena.org/board/topic/87349-black-shiba-inu-script/ I try adding: Didnt work. Note: dont know if its possible you get undisguised before u die to prevent errors. Really need this someone help me please... Thanks in advance!
  7. Thanks for reply. Already fixed i just make the npcs appear when 5 rounds got cleared. Solved
  8. Hi everyone. I need an npc who trade the same item for another of diferent slot; example i have red wings (mid) so if i go to this npc in exchange of one TCG he will turn that wings to low and viceversa. Thanks in advance.
  9. Hello, first time posting since i managed to make almost everything thanks to rathena faqs and reading some topics. I was wondering if someone can help me with this script. I need a couple of things, i want everyone in the event get a reward like a tcg (7227) when the finish the event or even better if they can get a prize each round. Thanks in advance. (sorry about mi english) Link of the script: http://pastebin.com/UHWf8929
×
×
  • Create New...