Jump to content

  •  

brosss241

Member Since 17 Sep 2013
Offline Last Active Jan 02 2014 02:51 PM
-----

Posts I've Made

In Topic: sniper card and hunter fly card wrong script

16 November 2013 - 07:28 PM

renewal or pre renewal?


I am using renewal...

In Topic: how to increase atk bonus in every 10 stat points

14 November 2013 - 04:29 PM


with Renewal Features:
In src/map/status.c

str = (int)(rstr + (float)dex/5 + (float)st->luk/3 + (float)((TBL_PC*)bl)->status.base_level/4);
change for:
str = (int)(rstr + (float)dex/5 + ((rstr/10)*(rstr/10))+ (float)st->luk/3 + (float)((TBL_PC*)bl)->status.base_level/4);
thx sir Triedge. This solved my problem.
One more thing how about the matk? Bonus.

In Topic: Client Translation Project

13 November 2013 - 06:41 PM

hi..can you add the new skills description like the unlimit,full throttle in the stateiconinfo.lub

In Topic: script that will summon monster infront of player

10 November 2013 - 02:43 PM

thank you sir jabote..that solve my problem.

In Topic: how to increase melee damage using map_zone_db

18 October 2013 - 05:23 PM

please if anybody knows the method how to increase melee damage.