Mirage Source

Free ORPG making software.
It is currently Sun Apr 28, 2024 6:47 am

All times are UTC


Search found 54 matches
Search these results:

Author Message

 Forum: MSCPP 0.1 Beta   Topic: MSCPP Beta 0.1

 Post subject: Re: MSCPP Beta 0.1
Posted: Mon Feb 09, 2009 3:12 am 

Replies: 1000
Views: 205322


Whenever I try logging in with my character I created, VB6 just gives me an error on the client. :shock: Anyone know why? I'd like to try to get the C++ version of this to work...

 Forum: General   Topic: Server Spec Help

 Post subject: Re: Server Spec Help
Posted: Sun Nov 16, 2008 7:47 pm 

Replies: 267
Views: 17222


Alright, thanks for all the help. ^^

 Forum: General   Topic: Server Spec Help

 Post subject: Re: Server Spec Help
Posted: Sun Nov 16, 2008 7:06 pm 

Replies: 267
Views: 17222


Would Windows ME be better for hosting the server than XP or Vista? Or should I try to get Win 2000 Server Edition?

 Forum: General   Topic: Server Spec Help

 Post subject: Re: Server Spec Help
Posted: Sun Nov 16, 2008 3:36 pm 

Replies: 267
Views: 17222


Ok then, I guess this would be much better?

Athlon64 X2 2.20GHz
2GB RAM
Data Transfer Rate: 1000 Mbps

That allot better?

 Forum: General   Topic: Server Spec Help

 Post subject: Server Spec Help
Posted: Sun Nov 16, 2008 9:32 am 

Replies: 267
Views: 17222


I'm curious if someone here could help me on something. I was wondering if a server with these specs could host a game off of Mirage Source4 with 100-120 people.

Intel Celeron 2.0 GHz +
512 MB RAM
750 GB Bandwidth

 Forum: General   Topic: Scrolling maps like VBGORE

Posted: Tue Oct 28, 2008 4:24 pm 

Replies: 21
Views: 7631


What teh hail? All im asking for is scrolling maps :) >.> Why not try using the wonderful search function at the top right of the page? If you find one, yay for you. If you don't, try converting the ones that I know are here for the old MS into new MS4. Or try doing it yourself. Learning to do thin...

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: MS4 DX8

 Post subject: Re: MS4 DX8
Posted: Sat Sep 27, 2008 3:20 pm 

Replies: 23
Views: 15098


I'd love to see it in DX8. >.>

 Forum: Tutorials   Topic: [Feature] Visual Inventory

Posted: Sat Sep 20, 2008 3:16 pm 

Replies: 1635
Views: 95082


lol Robin, that was hilarious.

Try getting messages on MSN from him, that are ALL like that. =.= I've just blocked him now.

 Forum: General   Topic: How Could I...

 Post subject: Re: How Could I...
Posted: Tue Sep 16, 2008 10:29 pm 

Replies: 283
Views: 29559


Ok, thank you very much. I'll start messing around with this later when I get on my Windows PC. I think I might not need anymore help now. Though I might run into some kind of trouble...

Thank you all for your help.

 Forum: General   Topic: How Could I...

 Post subject: Re: How Could I...
Posted: Tue Sep 16, 2008 9:52 pm 

Replies: 283
Views: 29559


So how would it be set up in the code? I'm still confused on that part...I understand why the below code works, but how would I set up the MaxHP with the STR and DEF / 2?

Code:
    Call SetPlayerVital(Index, Vitals.HP, GetPlayerMaxVital(Index, Vitals.HP) + 5000)

 Forum: General   Topic: How Could I...

 Post subject: Re: How Could I...
Posted: Tue Sep 16, 2008 9:19 pm 

Replies: 283
Views: 29559


How could I increase their MaxHP then?

 Forum: General   Topic: How Could I...

 Post subject: Re: How Could I...
Posted: Tue Sep 16, 2008 12:31 pm 

Replies: 283
Views: 29559


I still don't see what you are trying to set your HP value to? Function GetPlayerMaxVital(ByVal Index As Long, ByVal Vital As Vitals) As Long There are only an Index and a Vital as Vitals in the function. Yours is looking to select something else as well. If you want to set your players hit points ...

 Forum: General   Topic: Killall and Mute.

 Post subject: Re: Killall and Mute.
Posted: Tue Sep 16, 2008 4:28 am 

Replies: 19
Views: 5845


Here is a mute tutorial. You can just edit that to fit MS4 or whatever your using...

http://web.miragesource.com/old-tutoria ... layer.html

And I think your on the right track.

 Forum: General   Topic: How Could I...

 Post subject: Re: How Could I...
Posted: Tue Sep 16, 2008 4:00 am 

Replies: 283
Views: 29559


Ok...Well if you could figure out why it isn't working, that would be wonderful. Thank you so much. Also, I changed this... ' AIDA command If Mid$(MyText, 1, 5) = "/aida" Then MyText = Mid$(MyText, 5, Len(MyText) - 4) Call SendData(CAida & END_CHAR) MyText = vbNullString frmMirage.txtM...

 Forum: General   Topic: How Could I...

 Post subject: Re: How Could I...
Posted: Tue Sep 16, 2008 3:55 am 

Replies: 283
Views: 29559


Just tried that, didn't change anything. It's doing the exact same thing...

 Forum: General   Topic: How Could I...

 Post subject: Re: How Could I...
Posted: Tue Sep 16, 2008 3:23 am 

Replies: 283
Views: 29559


Ok...I was able to compile it without any errors, but it's not working. I'm typing "/aida" and it doesn't do anything. It's not even getting rid of the text after I type it and press enter. Here is my code so far... ' AIDA command If Mid$(MyText, 1, 5) = "/aida" Then MyText = Mid...

 Forum: General   Topic: How Could I...

 Post subject: Re: How Could I...
Posted: Tue Sep 16, 2008 2:52 am 

Replies: 283
Views: 29559


Never mind! Thank you, Anthony. That helped me perfectly.

Thank you all for your help.

 Forum: General   Topic: How Could I...

 Post subject: Re: How Could I...
Posted: Tue Sep 16, 2008 2:44 am 

Replies: 283
Views: 29559


But how can I have it be Called when it's in the parentheses? Because doesn't it have to be there? Because that's where the Value is supposed to be in the SetPlayerVital...

 Forum: General   Topic: How Could I...

 Post subject: Re: How Could I...
Posted: Tue Sep 16, 2008 2:22 am 

Replies: 283
Views: 29559


Ok...I added call to it, and now it's highlighting GetPlayerMaxVital and giving the same error. :oops:

 Forum: General   Topic: How Could I...

 Post subject: Re: How Could I...
Posted: Tue Sep 16, 2008 2:09 am 

Replies: 283
Views: 29559


Well when I don't have a = in there somewhere, it makes the text read and says it exspects a = .

 Forum: General   Topic: How Could I...

 Post subject: Re: How Could I...
Posted: Tue Sep 16, 2008 1:48 am 

Replies: 283
Views: 29559


Then like this? Sorry about all the trouble. :(

Code:
Public Sub Aida()
    SetPlayerVital(Index, HP, GetPlayerMaxVital) = 5000
End Sub

 Forum: General   Topic: How Could I...

 Post subject: Re: How Could I...
Posted: Tue Sep 16, 2008 1:44 am 

Replies: 283
Views: 29559


What am I doing wrong? I looked and I don't get it...How can I tell what the correct way of using it is?

 Forum: Tutorials   Topic: [Feature]Admin Panel

 Post subject: Re: Admin Panel
Posted: Tue Sep 16, 2008 1:37 am 

Replies: 1704
Views: 76226


Nice job. I'm working on my own right now. Gonna use this as reference though. =D

 Forum: Tutorials   Topic: [MS4] Kill Command

 Post subject: Re: [MS4] Kill Command
Posted: Tue Sep 16, 2008 1:35 am 

Replies: 960
Views: 48357


No problem, thanks for showing interest. =D

I updated the first post with the button code for in the future if someone wants it that way.

 Forum: Tutorials   Topic: [MS4] Kill Command

 Post subject: Re: [MS4] Kill Command
Posted: Tue Sep 16, 2008 1:30 am 

Replies: 960
Views: 48357


Oopsie, meant to put that in there. Just forgot to. xD
Sort by:  
Page 1 of 3 [ Search found 54 matches ]


All times are UTC


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