Mirage Source

Free ORPG making software.
It is currently Tue Jun 04, 2024 3:16 pm

All times are UTC


Search found 3 matches
Search these results:

Author Message

 Forum: General   Topic: Version Outdated

 Post subject: Re: Version Outdated
Posted: Tue Oct 28, 2008 10:29 pm 

Replies: 19
Views: 5614


To add onto what Sonire said, located in modConstants on the server, are the variables to define your client version. If the client version does not match these variables (3 btw), then the client will not be able to connect to the server.

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: CurX and CurY are wrong

 Post subject: Re: CurX and CurY are wrong
Posted: Mon Oct 27, 2008 10:09 am 

Replies: 4
Views: 4435


It works fine for me. Shows the same correct result with and without the Int(). But I went ahead and left it in there for fanciness. 8)

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: [BUGFIX] RE9: SpawnItem

 Post subject: [BUGFIX] RE9: SpawnItem
Posted: Wed Oct 22, 2008 3:41 pm 

Replies: 1
Views: 3239


Miniscule, but annoying. Sub SpawnItem(ByVal ItemNum As Long, ByVal ItemVal As Long, ByVal MapNum As Long, ByVal x As Long, ByVal y As Long) Dim i As Long ' Check for subscript out of range If ItemNum < 0 Or ItemNum > MAX_ITEMS Or MapNum <= 0 Or MapNum > MAX_MAPS Then Exit Sub End If ' Find open map...
Sort by:  
Page 1 of 1 [ Search found 3 matches ]


All times are UTC


Jump to:  
Powered by phpBB® Forum Software © phpBB Group