Mirage Source

Free ORPG making software.
It is currently Sun May 05, 2024 2:01 am

All times are UTC


Search found 68 matches
Search these results:

Author Message

 Forum: General   Topic: Simple question

Posted: Tue Dec 19, 2006 1:02 am 

Replies: 64
Views: 15225


You can work with zip files with VB because the method of packing and unpacking isn't copyrighted. Heck, you can make zip files dynamically with PHP. Rar has a nice encryption mathod, but the packing method is copyrighted.

 Forum: Show Off   Topic: Josephin

Posted: Wed Dec 13, 2006 11:26 pm 

Replies: 23
Views: 11700


Advocate wrote:
Is that someone you know?


She most likely lives at his place, in his porn folder. Mith has done (I mean, "pixelized"...) a lot of girls in the past, usually with almost no clothes on.

Great work Mith!

EDIT: http://img97.imageshack.us/img97/4484/referencenv4.png

 Forum: General   Topic: Problem with Binary..

Posted: Wed Dec 13, 2006 1:30 am 

Replies: 22
Views: 8633


Obviously, "Trim$(Player(index).Login)" is returning null for some reason.

 Forum: General   Topic: Windows Vista & MSE

Posted: Thu Dec 07, 2006 10:15 pm 

Replies: 21
Views: 8022


Already downloaded it, I just need a DVD burner to install the thing...

*cough*

I seem to remember reading an article a while back that Vista will have VB6 support. I'd say "yes".

 Forum: General   Topic: SetHighMaxMap

Posted: Thu Dec 07, 2006 10:12 pm 

Replies: 21
Views: 7890


How many "For i = 1 To MAX_MAPS" loops are there?

 Forum: Resources   Topic: Alternative to GetTickCount

Posted: Fri Dec 01, 2006 7:06 pm 

Replies: 76
Views: 54039


1,000,000,000 loops: GetTickCount: 17.453 Verrigan: 17.984 Honestly, there isn't too much difference between both methods but that Verrigan's way is no influenced by speed hacks. However, an overlooked issue that I just realized is that Verrigan's way will cause a some problems if you change your co...

 Forum: General   Topic: Time/Date?

Posted: Thu Nov 30, 2006 2:39 am 

Replies: 14
Views: 3482


"Time" is actually a function. I believe "Date" is a variable. Correct me if I'm wrong...

 Forum: Resources   Topic: Alternative to GetTickCount

Posted: Thu Nov 30, 2006 2:38 am 

Replies: 76
Views: 54039


The stupid thing likes to work every once in a while. I run the thing and I get overflow at the weirdest locations now. I split that one big line into multiple lines (slowing it down, but it might work more consistently...) but I'm getting overflow every once in a while and now it's telling me that ...

 Forum: Resources   Topic: Alternative to GetTickCount

Posted: Thu Nov 30, 2006 12:15 am 

Replies: 76
Views: 54039


Can you recompile with a GetTickCount() method at the bottom? :) I'd like to compare all three.. and I don't have VB at work. (Just VBA, which isn't gonna be the same..) I completely forgot that it'd be a good idea to compare with GetTickCount... And if you don't notice, I had to remove my method f...

 Forum: Resources   Topic: Alternative to GetTickCount

Posted: Wed Nov 29, 2006 11:17 pm 

Replies: 76
Views: 54039


I've already made a test program and I'll compile an exe quickly. EDIT: Here you go: http://www.splamm.com/sigs/GetTickCount.exe EDIT EDIT: Well, I managed to find some problems with our methods... Your method is largely fine, but a potential problem is that the "Calculating..." text occas...

 Forum: Resources   Topic: Alternative to GetTickCount

Posted: Wed Nov 29, 2006 10:26 pm 

Replies: 76
Views: 54039


You said you didn't see any use for it in Elysium. (Can't quote this, cause my thread on the Elysium forums was deleted on my request) There are much better ways of stopping speed hacks, that's all I really said. I wasn't singling out Elysium either, because it'd be the same for Mirage. As for it b...

 Forum: Show Off   Topic: K2h - Menu Style

Posted: Wed Nov 29, 2006 10:14 pm 

Replies: 35
Views: 21139


Add a tiny bit of shading to the orangy text and then use #1.

 Forum: Resources   Topic: Alternative to GetTickCount

Posted: Wed Nov 29, 2006 4:09 am 

Replies: 76
Views: 54039


Pingu didn't want to approve of it as a valid, working tutorial, and suggested that it was not useful (for Elysium).. So I withdrew my offer for its use in Elysium. :) Verrigan, I only didn't approve it yet because nobody actually said it stops speed hacks, and not because I have some illogical hat...

 Forum: Resources   Topic: Alternative to GetTickCount

Posted: Tue Nov 28, 2006 5:44 pm 

Replies: 76
Views: 54039


Maybe I'll just need to add a few Int() someplaces, but that's ok for now. You don't want to use Int() because it returns an integer, which is only 2 bytes. My GetTickCount() function returns a Double, which is 8 bytes, so you would (possibly) get an OverFlow error if you try to use Int(). You coul...

 Forum: General   Topic: What Port?

Posted: Mon Nov 20, 2006 4:05 am 

Replies: 28
Views: 12567


Actually, this is a good time for me to ask if there are any ports that are automatically port forwarded? My step dad won't let me play with the router because he is paranoid and I'd like to host something once in a while.

 Forum: General   Topic: What Port?

Posted: Fri Nov 17, 2006 6:50 pm 

Replies: 28
Views: 12567


I think you can use whatever port you want provided you don't use one already being used. The best bet is to just pick a number in the thousands.

 Forum: Resources   Topic: visual inventory

Posted: Fri Nov 17, 2006 12:17 am 

Replies: 16
Views: 4812


Didn't GSD post a tutorial or something?

 Forum: Resources   Topic: timers

Posted: Fri Nov 17, 2006 12:13 am 

Replies: 15
Views: 4820


Add some code for a message box in there and see if it comes up after 30 seconds.

If so, then your problem would be based on not sending the client the new HP and SP.

If not, then you forgot to enable the timer...

 Forum: Resources   Topic: Optimized Surfaces

Posted: Sat Oct 28, 2006 1:33 am 

Replies: 84
Views: 50778


A great tutorial. I can't act on it because my trusty computer died on me, but reading was good enough right now. So, basically, you divide all output onto three divisions if you will. The bottom one is for ground (and mask) layers of the map, the middle is for players, items, NPCs, etc, and the top...

 Forum: Resources   Topic: Add()

Posted: Wed Oct 18, 2006 6:16 pm 

Replies: 56
Views: 29386


I dare somebody to do square root without the "Sqrt()" functon...

 Forum: Resources   Topic: Add spell

Posted: Sat Oct 14, 2006 4:10 pm 

Replies: 17
Views: 6873


It wouldn't be too hard. Just make a new variable in the player type called "Para As Long". Make a new spell type following the same format as the others. When the spell is casted on the player for that tpye, just do "Para = GetTickCount". Then, add a little thing in "CanPla...

 Forum: Resources   Topic: Noob needs help :(

Posted: Sun Oct 01, 2006 7:56 pm 

Replies: 22
Views: 9616


Elysium - http://www.splamm.com/elysium And just a side note Verrigan, you should say "Elysium Source" instead of just "Elysium" because there are so many random sites online with the same name and it's easier to find it when you have the second part of the name. Well, I wasn't ...

 Forum: Resources   Topic: Noob needs help :(

Posted: Sun Oct 01, 2006 6:38 pm 

Replies: 22
Views: 9616


Elysium - http://www.splamm.com/elysium

And just a side note Verrigan, you should say "Elysium Source" instead of just "Elysium" because there are so many random sites online with the same name and it's easier to find it when you have the second part of the name.

 Forum: General   Topic: Question...

Posted: Sun Oct 01, 2006 6:37 pm 

Replies: 23
Views: 9397


I love the mod operation. It has so many cool uses and most people don't know about it.

 Forum: General   Topic: Zlip mixed with IOCP+PackerBuffer

Posted: Sat Sep 30, 2006 9:44 pm 

Replies: 99
Views: 14010


I'd add it more of a conditional type of thing. You know, adding it for the biggest packets and such.
Sort by:  
Page 1 of 3 [ Search found 68 matches ]


All times are UTC


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