Jump to content

Cephaler

Members
  • Posts

    132
  • Joined

  • Last visited

Posts posted by Cephaler

  1. Hi, im having some issues with a specific skill

    I wanted to edit the skill "Release (2230)"

    but it does not reduce any damage this is what I have atm

    2230,15,-90,0,0,0
    

    Ive reduced the skill lvl to 1 Yet it is still OP.

    Ive tried to edit the src, but I dont see any damage modifiers there.

    Try making it even lower then.. also, did you use @reloadskilldb after?

  2. Like normal NPC header, 1002 is ID of Poring. This will make a Poring move every 5 seconds in area of rand(140,160);

    prontera,150,150,1	 script	 Happy Poring	 1002,{
    end;
    
    OnInit:
    initnpctimer;
    end;
    
    OnTimer5000:
    set .@x, rand (140,160);
    set .@y, rand (140,160);
    npcwalkto .@x,.@y;
    stopnpctimer;
    initnpctimer;
    end;
    }
    

    It works great! Is there a way to make it so it will move in pre-stablished coordinates? for example, it will always move from 140,160 to 145,62

    Maybe if I remove the rand?

  3. You can also use npc script with mob sprite use rand() with npcwalkto <x>,<y>;

    P/S: I'm also interest in the src mod so players COULDN'T kill my Wild Rose :P

    Darristan, what do you mean the npc script with mob sprite? is it possible to make the npc ' walk ' as well? if so, would you give me one example?

    Let's suppose I want the npc to walk to 122,108 to 122,122 and the npc ID is 2296, how would it be?

  4. Hey guys,

    I'd like to add a monster to MAP however, I just need him to be walking around, not attacking anyone nor possible to be attacked either. ( Similar to when a pet runs from the master because it wasn't feeded/wasn't loyal, it just walks around without being touched/attacking )

    How can I possibly do it?

    Thanks for the amazing work/support!

  5. : DB error - Out of range value for column 'hp' at row 1

    [Debug]: at ..\src\char\char.c:499 - UPDATE `char` SET `base_level`='600', `job_

    level`='250',`base_exp`='2', `job_exp`='2', `zeny`='871777525',`max_hp`='1523041

    ',`hp`='17371786',`max_sp`='18857',`sp`='22652',`status_point`='246649',`skill_p

    oint`='249',`str`='500',`agi`='500',`vit`='500',`int`='500',`dex`='500',`luk`='5

    00',`option`='0',`party_id`='0',`guild_id`='0',`pet_id`='0',`homun_id`='0',`elem

    ental_id`='0',`weapon`='16',`shield`='0',`head_top`='208',`head_mid`='82',`head_

    bottom`='1526',`last_map`='Mellina',`last_x`='60',`last_y`='74',`save_map`='pron

    tera',`save_x`='150',`save_y`='175', `rename`='0',`delete_date`='0',`robe`='0' W

    HERE `account_id`='2000000' AND `char_id` = '150000'

    I changed max hp in config/battle/player to 20.000.000 and since then this error keeps showing up. although i do have 20m hp

    Any way to fix it?

  6. Thanks Emistry ani_no1.gif It's working now..

    Oh noticed when I tested killing spree and double kill I think there's a problem with it..

    screenrAthena009.jpg

    SinX wasn't killed but everytime he gets a Kill the Announcer announces that the one who he killed ended he's Killing Streak(Killing Spree) .

    same problems here like ngek202

    Got the same problem with NGEK smile.png) how to fix that?

    Same problem with Ngek and Hysoka.. Is there an update? Did someone already fixed it? Thanks! :)

    I have the same problem with ngek...

    This script is very usefull though.

    Does anyone have a way to proper fix this?

×
×
  • Create New...