Jump to content
  • 0

About bonus stats


Question

Posted (edited)

Is there a way to give bonus stats even without equipping an item or having an item in your inventory?

 

like:

OnPCLoginEvent:
     bonus bStr, 100;

Though this doesn't work at all.

Edited by jezznar

9 answers to this question

Recommended Posts

Posted (edited)

@Emistrt thanks man.

@Stolao like this case

	OnPCStatCalcEvent:
		bonus bStr,1;
		bonus bAgi,1;
		bonus bDex,1;
		end;
How do you cancel it with just 1 script command? I Think

bonus bAllStat, 0
Will solve it, but how about other bonuses such as those race-exclusive ones and size modifiers?

All in all is there a command that cancels everything like "bonus bCancelAll" or something?

Edited by jezznar

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...