Jump to content

CursorX

Members
  • Posts

    168
  • Joined

  • Last visited

Posts posted by CursorX

  1. hi may i request a script that will allow players to use bind cmd @broad so they will never need to go in town to use a. nPC...

    10seconds before they can shout again

    1m fee for shouting

    red broadtext

    dispbottom if zeny not enough

    dispbottom if there still delay... like you have 10s before shouting and so on..

    if this is possible thank you...

  2. hello... i dont know if the topic here about @pk and @warp,@go damage delay are still working..

     

    may i request a @pk... you can only use @pk in towns only you can't use that command in any pk or pvp maps

    like this http://rathena.org/board/topic/62914-pk-command/?p=106533&hl=pkmode#entry106533 <<-- but i dont know if this is working

     

    and the @go,@warp damage delay, when someone hit you, you need to wait for 5secs before you can you @go and @warp like this http://rathena.org/board/topic/61836-warp-go-damage-delay/ <<--- but this 1 can't download O.O

     

    thank you...

  3.  

    Run an SQL query for each table:

    DELETE FROM `inventory` WHERE `id` = '7179';
    DELETE FROM `cart_inventory` WHERE `id` = '7179';
    DELETE FROM `storage` WHERE `id` = '7179';
    DELETE FROM `guild_storage` WHERE `id` = '7179';
    

     

     

    hi.. how about i will delete two item what shud i add?

     

    and

     

    what query if i want to delete item that is equipped

  4. i did this for pre-re configuration in src/config/renewal.h

    // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
    // For more information, see LICENCE in the main folder
    #ifndef _CONFIG_RENEWAL_H_
    #define _CONFIG_RENEWAL_H_
    
    //quick option to disable all renewal option, used by ./configure
    #define PRERE
    #ifndef PRERE
    /**
     * rAthena configuration file (http://rathena.org)
     * For detailed guidance on these check http://rathena.org/wiki/SRC/config/
     **/
    
    
    /**
     * @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/config/classes folder
     **/
    
    /// game renewal server mode
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal specific support such as renewal formulas
    //#define RENEWAL
    
    /// renewal cast time
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal casting time algorithms
    /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats.
    /// example:
    ///  on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a
    ///  "fixed cast time" which can only be reduced by specialist items and skills
    //#define RENEWAL_CAST
    
    /// renewal drop rate algorithms
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal item drop rate algorithms
    /// while enabled a special modified based on the difference between the player and monster level is applied
    /// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table
    //#define RENEWAL_DROP
    
    /// renewal exp rate algorithms
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal item exp rate algorithms
    /// while enabled a special modified based on the difference between the player and monster level is applied
    //#define RENEWAL_EXP
    
    /// renewal level modifier on damage
    /// (disable by commenting the line)
    ///
    // leave this line to enable renewal base level modifier on skill damage (selected skills only)
    //#define RENEWAL_LVDMG
    
    /// renewal ASPD [malufett]
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal ASPD
    /// - shield penalty is applied
    /// - AGI has a greater factor in ASPD increase
    /// - there is a change in how skills/items give ASPD
    /// - some skill/item ASPD bonuses won't stack
    //#define RENEWAL_ASPD
    
    #endif
    
    #endif // _CONFIG_RENEWAL_H_
    
    

    im just wondering... i did

    base_exp_rate: 1000000 << -- 10k exp

     

    from lvl 1:

    i killed 1 poring = 25lvls i get only...

     

    but i played in other RO with 10k exp too.. im getting 1 killed poring = 50+ lvl i get

     

    is there any problem i have?

     

    thank you...

     


    UP!! can someone help me?

  5. how do i make this 1kiel = 30% , 2 kiel = 60%

    but when u have 3kiel it has only 2kiel effect.. in shot.. stack only in 2kiels

     

    4403,Kiel_Card,Kiel-D-01 Card,6,20,,10,,,,,,,,769,,,,,{ bonus bDelayRate,-30; },{},{}

     

    thank you...

  6. prontera,150,150,0    script    Resetter    100,{
        mes "Want to remove your skillpoints?";
        next;
    
        if ( select("Yes:No") -1 ) end;
        
        set SkillPoint, 0;
        mes "Done!";
        close;
    }
     

     

    hi patz.. what if 100k per skillpoint? instead of nothing will get...

  7.  

    Assassin Cross Card: (Weapon)

    Adds a 2% chance of auto casting Level 1 Enchant Deadly Poison

    on the user when attacking.

    Whitesmith Card: (Weapon)

    Add a 0.5% chance of breaking enemy's weapon and 0.5% chance of breaking enemy's armor when attacking.

    Add a 5% chance of casting Level 6 Mammonite (Level 10 if the skill is already learned) on target.

    4% chance of casting Level 1 Maximum Over-Thrust. Makes weapon unstrippable.

    Sniper Card: (Weapon)

    Considerably increases the Perfect Hit Rate.

    4359,B_Eremes_Card,Assassin Cross Card,6,20,,10,,,,,,,,4,,,,,{ skill "AS_CLOAKING",3; },{},{ sc_end SC_CLOAKING; }
    4361,B_Harword_Card,MasterSmith Card,6,20,,10,,,,,,,,2,,,,,{ bonus bBreakWeaponRate,1000; bonus bBreakArmorRate,700; },{},{}
    4367,B_Shecil_Card,Sniper Card,6,20,,10,,,,,,,,2,,,,,{ bonus2 bHpDrainRate,50,20; bonus bHPrecovRate,-10; },{},{}
    

    i know there's a item bonus... i did edit the other cards.. but i stopped here.. can help me please?

     

    thank you...

×
×
  • Create New...