Page 1 of 1

Srcdoc ?

Posted: Tue Jul 11, 2006 9:47 am
by CrazyMan

Code: Select all

Reputation System
    - See [b]srcdoc/repsys.htm[/b] for current criminal/murderer flagging rules
    - Added mobile.SetParalyzed( isparalyzed := 1 );
       - mobile.paralyzed := 1/0 is deprecated and will become read-only
       - mobile.SetPoisoned sets repsys data
    - Added mobile.SetPoisoned( ispoisoned := 1 )
       - mobile.poisoned := 1/0 is deprecated for this use (it will become read-only)
       - mobile.SetPoisoned can set repsys data (aggressor, criminal flagging)
        mobile.poisoned assignment cannot.
       - mobile.SetPoisoned will no longer set the Murderer flag
    - Added mobile.SetCriminal( level := 1 ), level >= 1
    - Added mobile.SetMurderer( ismurderer := 1 )
    - Added mobile.murderer read-only flag
    - mobile.criminal will always return true for murderers.
    - Healing, Unpoisoning, and Unparalyzing will clear the ToBeReportable list if
       all are clear
    - A mobile's Reportables list is now persisted
       Added mobile.reportables (see [b]srcdoc/uoscrobj.htm[/b] for details)
       Added mobile.RemoveReportable( serial, gameclock )
Where i can get srcdoc?

Posted: Tue Sep 19, 2006 11:41 am
by innominabile
Yes, also I need to know how to work with reportables....

Posted: Tue Sep 19, 2006 12:25 pm
by CWO
You'll actually probably find all of this info on POLDoc. Look at the POLDoc 096 topic above in the stickies

Posted: Fri Sep 22, 2006 12:53 pm
by innominabile
I am writing a complete hook for combat, I have my own cprop for hit list but every time i see .reportabiles member I ask me if it could be a good thing use that but I don't know inside full attack hook how to write in reportabiles.