View Single Post
  #9  
Old 02-08-2004, 02:46 PM
smogo
Discordant
 
Join Date: Jan 2004
Location: 47
Posts: 339
Default

at the moment, declaring variables seems to work. But i dont get them in the context when the event is triggered. here is the status of the DB before bootup :


Quote:
+----+--------+-------+--------+---------+--------------+------------+
| id | charid | npcid | zoneid | name | value | expdate |
+----+--------+-------+--------+---------+--------------+------------+
| 30 | 21 | 61 | 1 | tjob | story_teller | 2147483647 |
| 31 | 0 | 61 | 0 | job | singer | 2147483647 |
| 32 | 0 | 2222 | 0 | not_set | undefined_zz | 2147483647 |
| 37 | 0 | 61 | 1 | tjob | singer | 2147483647 |
+----+--------+-------+--------+---------+--------------+------------+
well, charid does not seem to work (thus 0 in char_id second line), but that should not prevent global to work.

There might be an issue with the qglobal member of the Mob class, as the code in parser.cpp / Parser::Event around line 313 is not entered. This member is set asynchrounsly ? Could you tell me what to check ?

At the moment, i never get a variable set, nor charid. =(
Reply With Quote