stat and skill gain

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 097.
Note: Core 097 is no longer officially supported.
Post Reply
phao
Grandmaster Poster
Posts: 129
Joined: Fri Aug 31, 2007 2:25 pm

stat and skill gain

Post by phao »

well, i have some questions about stat gain and skill gain.

where (in what script) do i make the skill/stats gain code? checkskill script?

what i want is to use my own one and "ignore" the one used by default in pol 97. and suposing i have this attribute:

Code: Select all

Attribute esconder
{
  desc Esconder-se
  delay 10
  script :esconder:esconder
  dexadv 30
}
there isnt seccond 'argument' in the dexadv, because i'd like to use my own statgain system, and in it, i'd not need a second argument, will it cause a problem when loading stats (suposing i'm "ignoring" the core standard statgain system)?

so, the main question is: can i ignore the core stat/skill gain system and make my own? if yes what is the script?
Post Reply