Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 10/06/20 in Posts

  1. 2 points
    AnnieRuru

    skill mob rate not working properly

    { Id: 1001 SpriteName: "SCORPION" Name: "Scorpion" Lv: 16 Hp: 153 Sp: 1 Exp: 108 JExp: 81 AttackRange: 1 Attack: [33, 7] Def: 16 Mdef: 5 Stats: { Str: 12 Agi: 15 Vit: 10 Int: 5 Dex: 19 Luk: 5 } ViewRange: 10 ChaseRange: 12 Size: "Size_Small" Race: "RC_Insect" Element: ("Ele_Fire", 1) Mode: { CanMove: true CastSensorIdle: true CanAttack: true Detector: true ChangeTargetMelee: true ChangeTargetChase: true } MoveSpeed: 200 AttackDelay: 1 AttackMotion: 1 DamageMotion: 1 MvpExp: 0 Drops: { Boody_Red: 70 Scorpions_Tail: 5500 Elunium_Stone: 57 Solid_Shell: 210 Fine_Grit: 100 Yellow_Herb: 200 Lusty_Iron: 20 Scorpion_Card: 1 } }, SCORPION: { NPC_FIREATTACK: { SkillState: "MSS_BERSERK" SkillLevel: 1 Rate: 2000 Delay: 5000 Cancelable: true SkillTarget: "MST_TARGET" CastCondition: "MSC_ALWAYS" } NPC_POISON: { SkillState: "MSS_BERSERK" SkillLevel: 1 Rate: 500 CastTime: 800 Delay: 5000 SkillTarget: "MST_TARGET" CastCondition: "MSC_ALWAYS" } NPC_POISONATTACK: { SkillState: "MSS_BERSERK" SkillLevel: 1 Rate: 500 CastTime: 300 Delay: 5000 SkillTarget: "MST_TARGET" CastCondition: "MSC_ALWAYS" } MO_EXTREMITYFIST: { SkillState: "MSS_ANY" SkillLevel: 5 Rate: 10000 CastTime: 0 Delay: 0 SkillTarget: "MST_TARGET" CastCondition: "MSC_ALWAYS" } } you also need to lower monster's AttackDelay and AttackMotion for the monster to cast skill faster too
  2. 1 point
    xJhay

    Freebie npc with unique id

    //===== rAthena Script ======================================= //= Freebies NPC with Gepard Function supported //===== By: ================================================== //= BeWan //https://rathena.org/board/profile/62232-bewan/ //===== Current Version: ===================================== //= 1.0 //===== Description: ========================================= //= this freebies npc is supported gepard function " unique_id " //= you can add multiple reward items //============================================================ prontera,150,150,4 script Freebies NPC 123,{ .@unique_id$ = get_unique_id(); if(getd("$ID_" + .@unique_id$) > 0 || #FreebiesReward > 0){ mes "[Freebies NPC]"; mes "You have already claimed your Freebies."; close; } mes "[Freebies NPC]"; mes "Here's your Freebies. Have a nice day!"; setd "$ID_" + .@unique_id$,1; #FreebiesReward = 1; $freebies_count -= 1; for (.@i = 0; .@i < getarraysize(.items); .@i += 2) getitem .items[.@i],.items[.@i+1]; if ($freebies_count == 0) $reward_status = 1; end; OnInit: setarray .items, 501,10,502,10; end; } I see this one on rathena, maybe he's referring to this one.
  3. 1 point
    Thanks for answering. Glad to know you're still here and active @evilpuncker. Still remember you! Hahah thanks!
  4. 1 point
    Use client 2019-05-30 and you should be fine, I'm using 2020-02-06aRagexe right now with no issues btw you can download them here: http://nemo.herc.ws/
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.