Error when starting timer for M2Server update Mir2 

Newbie Spellweaver
Joined
Mar 24, 2007
Messages
13
Reaction score
0
GOOD DAY!!

i recently downloaded the latest updates dated 03/26/2007 but after running M2Server it says:

StartTimer exception: Cannot access field 'FLD_ANTIPUSH' as type Boolean.

im using MSSQL database. any help pls. thanks.


p.s. my previous M2Server thats working was dated 12/3/2006.
im trying to update for some of the magics to work properly like blizzard, tdb, meteorstrike, etc.
again thanks in advance.
 
have a browse through the updates doc,, theres been some new fields you need to add to the tables, this is the section that relates to your problem i believe

since ppl often get confused about the 'new' collums in the monster table that are added here's a list of the ones that i'm sure are added properly:
fld_Tame(when this is true then the mob can be tamed), you can NEVER tame undead mobs, but you can have mobs that are alive + not tamable!
fld_aggro (not entirely sure about this one but it's loaded and seems to be coded tho :p)
fld_antipush(when this is true then the mob cant be dashed/repulsed)
fld_hallucination(when this is true then the mob can be 'tamed' using hallucination);
fld_showrev (when this is true then the mob will show rev bar when you hit it)

explenation on the values of these 'new' fields:(none should allow null)
FLD_TAME = data type bit, default value 1
FLD_AGGRO = data type bit, default value 0
FLD_ANTIPUSH = data type bit, default value 0
FLD_SHOWREV = data type bit, default value 1
FLD_HALLUCINATION = data type bit, default value 1
 
thanks a lot for the very quick reply :)

sorted it already and even updated tables in tbl_charinfo as well

M2Server and other EXEs are working fine now but when trying to log in a black screen appears after selecting character and clicking START.

even the Notice/Welcome screen did not appear. wat did i miss??

again thanks in advance. :) you guys are great!!!
 
i did updated all my EXE's including the logdataserver.
i even completed all updates needed in database as stated in updates.doc
all EXEs are working fine now and found no error except for the black screen right after clicking start after character selection.

i hav read in some threads to disable upnp in order to fix the problem..
what is upnp? and how am i goin to disable it? wud this help?

thanks :)
 
lol shunts at it again lol btw look at the thread updates every update that has been done is in there so take a look thats y i posted it coz so many people dont look at the updates.doc in the updated exe and ask about the same peoblem i think about 5 people have asked that so far

VirUs
 
Back