Jump to content

  •  

Triedge

Member Since 28 Oct 2013
Offline Last Active Nov 24 2017 11:28 PM
-----

Issues I've Posted

    bonus bMdef2 no work!

    Posted 28 Apr 2015

    this bonus no work....
    in console view:
    pc_bonus: unknown type 0 4 !

    my item script:
    	AegisName: "SoftMDEF_+4"
    	Name: "SoftMDEF +4"
    	Type: 6
    	Buy: 20
    	Weight: 10
    	Loc: 0
    	Script: <"
    		bonus bMDef2,4;
    	">
    

    Bug with display Critical Hits.

    Posted 8 Feb 2014

    Client: 2013-12-23cRagexe
    #define ENABLE_PACKETVER_RE
    #define PACKETVER 20131223

    When a critical Hit is done, the damage is not displayed in "red" simply does critical damage as a normal hit.

    This is just a visual bug. The critical damage works perfect.

    Bug or Bad Description?

    Posted 15 Dec 2013

    in /doc/item_bonus.txt
    read:
    bonus3 bHPDrainRateRace,r,n,x;		Adds a n/10% chance to receive x% of damage dealt as HP from a monster of race r with normal attack.
    That is normal attacks?
    While testing, I saw that this effect works not only normal / basic attacks, but also with Skills.

    If you think a bug should be fixed, because I need something to "drain" life without using Skills.

    In case be an error description, then just explain that works with any physical attack.