Author |
Message |
![[Post New]](/dcforum/templates/default/images/icon_minipost_new.gif) 12/10/2006 08:35:31
|
Deadstriker
Joined: 10/03/2006 10:18:03
Messages: 7
Offline
|
have some problems with my RPG can somebody help me that it can be fix thanks all
Warning: RPGWeaponPickup DM-Battlebots.RPGWeaponPickup (Function RPG.RPGWeaponPickup.SpawnCopy:0221) Accessed None 'Copy'
Warning: FriendlyMonsterController DM-Battlebots.FriendlyMonsterController (Function Engine.AIController.MoverFinished:0012) Accessed None 'myMarker'
Warning: RPGRules DM-Battlebots.RPGRules (Function RPG.RPGRules.PreventSever:000A) Accessed None 'Killed'
Warning: MonsterInv DM-BDC-Bathroom]I[2k3.MonsterInv (Function RPG.MonsterInv.SpawnMonster:01BB) Accessed None 'BestDest'
can you help me with those 4 warnings i think you know more about that warnings stuff then me
i think its about they cant kill or is no kill
there is no coppy if you wanna help me and maybe wanna add me on msn too talk about it here is my msn account
deadstriker@hotmail.com i hope you can help me with it
Greetze Deadstriker
|
|
 |
![[Post New]](/dcforum/templates/default/images/icon_minipost_new.gif) 12/10/2006 08:58:23
|
Moof
Wicked Sick!
Joined: 06/24/2006 19:42:44
Messages: 433
Location: College Park, MD
Offline
|
Warning: <Class> (in function) Accessed None <Variable> means that something like this happened:
Owner.Variable = xyz;
when Owner is null.
I don't know how this applies to RPG in a larger context, though.
|
Moof, Scholar of Ni
Moof (W); Dr. Moof (M); Engimoof (E); Moofgineer (E beta) |
|
 |
![[Post New]](/dcforum/templates/default/images/icon_minipost_new.gif) 12/11/2006 05:37:01
|
Deadstriker
Joined: 10/03/2006 10:18:03
Messages: 7
Offline
|
Moof wrote:
Warning: <Class> (in function) Accessed None <Variable> means that something like this happened:
Owner.Variable = xyz;
when Owner is null.
I don't know how this applies to RPG in a larger context, though.
I Hope that it works can it call
Owner.Variable =RPG;
|
|
 |
![[Post New]](/dcforum/templates/default/images/icon_minipost_new.gif) 12/11/2006 06:24:09
|
BotFodder
Wicked Sick!
![[Avatar]](/dcforum/images/avatar/6ea2ef7311b482724a9b7b0bc0dd85c6.jpg)
Joined: 01/13/2006 15:23:41
Messages: 1239
Location: Florida
Offline
|
Deadstriker wrote:
Warning: RPGWeaponPickup DM-Battlebots.RPGWeaponPickup (Function RPG.RPGWeaponPickup.SpawnCopy:0221) Accessed None 'Copy'
Warning: FriendlyMonsterController DM-Battlebots.FriendlyMonsterController (Function Engine.AIController.MoverFinished:0012) Accessed None 'myMarker'
Warning: RPGRules DM-Battlebots.RPGRules (Function RPG.RPGRules.PreventSever:000A) Accessed None 'Killed'
Warning: MonsterInv DM-BDC-Bathroom]I[2k3.MonsterInv (Function RPG.MonsterInv.SpawnMonster:01BB) Accessed None 'BestDest'
These four warnings appear to point to issues within the core UT2004RPG code, and not DruidsRPG. You might want to consider asking Mysterial about them.
To make another attempt at Moof's explanation, these log lines are all indications of references to variables that are, for one reason or another (and this can only be figured out by looking at the source) null. For example, when PreventSever was called, it was passed a "Killed" variable that had no value.
There can be any number of reasons why you're seeing these lines - but it's likely a code issue (or possibly an issue involving the interaction of the code with a given map, depending on what the code is looking for), and since these all appear to be UT2004RPG issues (and not DruidsRPG issues), we can't help you.
|
I use the Futurama Prof. Farnsworth Skin: http://www.disastrousconsequences.com/dcforum/posts/list/1595.page
WM: (DC)BotFodder 170
MM: (DC)BotDoctor 141
AM: (DC)BotBooster 147
http://ericdives.com/ - My DC Newbie FAQ: http://tinyurl.com/lz229
Twitter: http://twitter.com/ericdives |
|
 |
![[Post New]](/dcforum/templates/default/images/icon_minipost_new.gif) 12/12/2006 08:43:00
|
TheDruidXpawX
Wicked Sick!
![[Avatar]](/dcforum/images/avatar/eccbc87e4b5ce2fe28308fd9f2a7baf3.jpg)
Joined: 12/19/2004 18:32:13
Messages: 1946
Offline
|
Do these errors actually cause you any problems?
I say this because we literally get tens of thousands of "Errors" during a day, but none of them affect the game at all.
Invasion tends to create a lot of logspam.
|
Skin download: http://www.disastrousconsequences.com/dcforum/posts/list/1189.page
The fundamental problem is this: The first word we learn as children is NO. From that point forward society teaches women that saying no isn't polite, and society teaches men to respect those who wont take no for an answer.
The world is what you make of it, my friend. If it doesn't fit, you make alterations. -- Stella, The Morning Star |
|
 |
|