Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mirage Source 4
Nean Wrote:
doomteam1 Wrote:kool you went into the future to update mirage O.o

That is one dedicated son of a bitch. Big Grin
yep
i just wish he went into the past to update rather then the future
cause then i would have already had this version XD
Reply
Johny change your max_npc on map to 6 ^^ instead of 5 since it seems to happen only at the last npc
Reply
I get the same thing he gets. It says I can't skip NPC slots or something whenever I fill them all up.
Reply
Does it cause an error when you skip a slot? If not, you could probably just take out the part of the code that brings up the message box and doesn't let it save.
Reply
I'll just fix it. :roll:
Reply
OK dfa here ya go

OK i found what giaken found

like if you go 1 2 3 4 5 then no problem but if you go 1 2 3 4 6 then it throws the error There cannot be empty spaces in between NPC slots the numbers are the npc number. when you use cmbnpc your using the same as the npc list ^^.

OK here's the fix

add
Code:
Dim y As Long
to Private Sub cmdOk_Click()

then change ' get the high_npc_index and ' Check to see if there are spaces in between NPC slots
With these
Code:
' get the high_npc_index
        For i = 1 To MAX_MAP_NPCS
            If cmbNpc(i).ListIndex = y Then
                High_Npc_Index = i
                Exit For
            End If
        Next i
            
        ' Check to see if there are spaces in between NPC slots
        If Not High_Npc_Index = 0 Then
            For i = High_Npc_Index To MAX_MAP_NPCS
                If cmbNpc(i).ListIndex = 0 Then
                    MsgBox "There cannot be empty spaces in between NPC slots"
                    Exit Sub
                End If
            Next i
        End If
Reply
opps my bad had a different server going so it was my fault haha.

ok and i finished the delete item, npc, spell, and shop stuff it is complete just waiting for you to get on. ^^
Reply
ya its good documentation =]. and its a good idea to add that stuff with the project to actually help people out. maybe make some tutorials for more things for people ^^.
Reply
i didn't remove it.... ive mostly been server side and in the clients loop stuff.

i just searched threw and old backup of this source from before i started helping. i don't find anything playing the sound miss or playing a sound.
Reply
Not I, sir.
Reply
It wasn't me.
Reply
Me too.
Reply
It wasn't me. Tongue
Reply
WHO STOLE THE COOKIE FROM THE COOKIE JAR!?!

Have you ever considered using FMod? Not that I'm suggesting it.
Reply
Please don't :x
Reply
GIAKEN Wrote:Please don't :x

I never really read anything about the cons and pros of it

anyone wanna list?
Reply
It crashes VB6 and I don't think it has any pros that DirectX8 can't do...but for games like this all we need is MIDIs and WAVs.
Reply
GIAKEN Wrote:It crashes VB6 and I don't think it has any pros that DirectX8 can't do...but for games like this all we need is MIDIs and WAVs.

Big point, I agree.

-But If anyone implement's FMod incase you might want to play .MP3 extensions and whichever then it only crashes because If I remember it's that your stopping at a point where your still playing sound in debug/run mode.
Reply
I got to admit it
it wasnt me
Reply
Who added handleattack to the quit packet?

(Dugor raises hand)
Reply
here dfa

http://spirea.kozlowski.ws/download/MS4.rar

take a look at it when your not busy.
Reply
genusis Wrote:Mirage Source 3.67 beta
Is DFA accepting it? Tongue
What happened to 3.66? Smile
Reply
DFA been busy actually so i told him i would help out as much as i can. ^^ i tested it. for me it works good. and i kind of did do 3.66 i was waiting for DFA to get on but when he did he was too busy. so i went ahead skipped it and worked on the next one ^^.

read the change log ^^.
Reply
DFA is still suppose to approve before you release.
Reply
well i wouldn't consider it released i consider ti more of waiting for DFA approval. since its just sitting up there and when he been online he's been busy and I'm usually not online the same time he is online. i started to work so i will post it there for him to approve it and to add to the first post on this subject i filled all the stuff out for him in detail and added statistics, and what i did to it in the log so he can see what exactly i did.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)