RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Sickness System Re-edited V1.6

Status
Not open for further replies.

Hlal

Wanderer
gomtuu2002 said:
i got a few errors please help thanks

Error: PlayerMobile.CS: CS0116: (line 42, column 17) A namespace does not directly contain members such as fields or methods
Error: PlayerMobile.cs: Cs1022: (li9ne 69, column 5) Type or namespace definition, or end-of-file expected

Sick = 0x00010000,
Sickness = 0x00020000,
SickContagious = 0x00040000


}
do i need to post the whole script?


Check on Orb site for his updated version.
 

Hlal

Wanderer
Lokigom92 said:
What would I have to add to make my player vendors and regular vendors unable to be attacked? I have had problems with player vamps killing other player's vendors by feeding off of them over and over...


Add a check for basevendor
 

Viper23

Wanderer
Radioactive.bat said:
i have the sickness system up and running, alltho the [turn and [feed commands do not work, it tells me that they are not commands, alltho in [props it has all the added vampire options, i have the feedturntargets.cs and when i compile i get no errors, the command just isnt there, does anyone have any idea what my problem may be? :confused: :confused: :confused:

There is a reason why they don't work try this.
TURN and FEED all in caps.
 

Viper23

Wanderer
Radioactive.bat said:
i have the sickness system up and running, alltho the [turn and [feed commands do not work, it tells me that they are not commands, alltho in [props it has all the added vampire options, i have the feedturntargets.cs and when i compile i get no errors, the command just isnt there, does anyone have any idea what my problem may be? :confused: :confused: :confused:

It's not [turn or [feed. It's TURN and FEED all capped.
 

LNM_TNB

Wanderer
Code:
Scripts: Compiling C# scripts...failed (1 errors, 46 warnings)
 - Warning: : CS0219: (line 0, column 0) The variable 'valuef' is assigned but i
ts value is never used
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Error: : CS0246: (line 0, column 0) The type or namespace name 'Token' could
not be found (are you missing a using directive or an assembly reference?)
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0168: (line 0, column 0) The variable 'item' is declared but nev
er used
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected
 - Warning: : CS0162: (line 0, column 0) Unreachable code detected

Can anyone tell me what this means and how I can fix it? I tried to search this entire post to find out if anyone else got this but for some reason I'm only able to view the first few pages, sorry. I got this after putting in all the changes to playermobile for this sickness system. I dunno what "CSO162" is...
 

bzk90

Lord
it means that this script is over a year old and was designed for runuo beta 36 or earlier

it doesnt work with runuo 1.0, thats why its in the archive
 
Status
Not open for further replies.
Top