01-04-2008, 04:59 PM
When I open the spell editor And click a spell to edit this come up Runtime error 380 Invalid property value and when I click ok mirage terminates
Runtime 380[Its All Good]
|
01-04-2008, 04:59 PM
When I open the spell editor And click a spell to edit this come up Runtime error 380 Invalid property value and when I click ok mirage terminates
01-04-2008, 09:24 PM
What line is it erroring on?
02-04-2008, 12:28 AM
Change the minimum value of the scrollbar(s) to 1.
02-04-2008, 09:09 PM
In mod game logic spell editor init
Code: frmSpellEditor.scrlLevelReq.Value = Spell(EditorIndex).LevelReq
09-04-2008, 01:01 AM
Make sure the value isn't lower than the minimum value or the maximum...
Code: If Spell(EditorIndex).LevelReq < frmSpellEditor.scrlLevelReg.Min Then Spell(EditorIndex).LevelReq = frmSpellEditor.scrlLevelReg.Min (I didn't check this with my source, just typed it up in the post...so not 100% sure if it's right)
14-04-2008, 07:59 PM
no man I cant find that bit of code you just gave me anywhere
14-04-2008, 09:38 PM
In the sub clearspell serverside, make spell(index).LevelReq = 1 and delete the spell data from the server
15-04-2008, 12:57 PM
Ravuya Wrote:no man I cant find that bit of code you just gave me anywhere The code he gave isn't in mirage, it's just an additional check you can put in to make sure no problems occur with going out of the scrollbar limits. ![]() And yes, do what Sera said too. |
« Next Oldest | Next Newest »
|