Staredit Newtork
Community
StarCraft
Games
Site
Favourites
Free MMORPG In The Works, I've Been Working On It For A While Now..

Pages: < 1 2 3 4 » 5 >
Creator: DevilOfDuce
Time: May 14 2008, 3:21 am

Post #21     Joshgt2 May 30 2008, 3:12 am

[Avatar]
Lets Roll Out!
 offline contact
Please be sure to release a beta soon because this actually doesn't look all that bad. Can't wait to try it out for ya...
(user posted image)
Top

Post #22     DevilOfDuce May 30 2008, 4:42 am

[Avatar]
 offline contact
lol, yes I'm trying to get enough done so players will have enough to do for a month or so while i continue to develop the game, quests, and more features. But dont forget to register on the forums (www.lunarcrescent.darkbb.com) i post a lot of updates on their frequently.

But yes, expect an open beta release soon since we finished with the close beta about a month ago.
Top

Post #23     [Dark_Marine]:] May 31 2008, 8:46 pm

[Avatar]
Le gasp
 offline contact
Which version of Konfuze is that? Eclipse? Elysium?

Cause uh, You arent the only one using them :D

(user posted image)

Im a hella pro scripter, if you need one.
This post was edited 2 times, last edit by Dark_Marine: May 31 2008, 8:54 pm.
(user posted image)
Top

Post #24     DevilOfDuce Jun 1 2008, 4:12 am

[Avatar]
 offline contact
its a custom engine based off of eclipse.
Top

Post #25     Sael Jun 1 2008, 7:14 am

[Avatar]
 offline contact
It looks too small to be an MMO. If anything, it looks like you have enough of an engine to get a Gameboy-quality RPG out of it (strictly in terms of the engine, that is). A good many people like the old school RPG style, so the game might actually enjoy a small cult following that way depending on its quality.
Top

Post #26     DevilOfDuce Jun 2 2008, 2:26 am

[Avatar]
 offline contact
well, the quality is extremely good. heres an example of a small area of the Robodawn desert.

(user posted image)
Top

Post #27     Killer_Kow[MM] Jun 2 2008, 10:37 pm

[Avatar]
100 lol
 offline contact
Why are the mistakes circled? :P
REINDEER BREEDING FRESH INCEST FUN
Top

Post #28     [Dark_Marine]:] Jun 3 2008, 1:38 pm

[Avatar]
Le gasp
 offline contact
So do you have a scripter at the moment? Because im itching to work on one of these; Hell, I even wrote /f a /f r and /f m scripts, Tip system, /find player, and I am currently working on a Custom shop, that'll allow for Discounts, Coupons, and buying more than 1 item at a time, as well as a Confirm button <_<

Code

If LCase(Mid(TextSay, 1, 5)) = "/f a " Then
    TextSay = Mid(TextSay, 6, Len(TextSay) - 5)
    Name = TextSay
    Slot = 501
    Position = 1  
    AAAA = 501                
    If Name = GetPlayerName(Index) Then
        Call PlayerMsg(Index, "You cannot add yourself.", 4)
        Exit Sub
    End If
    Do While AAAA < 526
        If GetVar("Config\Flags.dll", GetPlayerName(Index), "Flag"&AAAA) = Name Then
            Call PlayerMsg(Index, "Player " & TextSay & " is already on your friends list!", 4)
            Exit Sub
        End If                                                  
        AAAA = AAAA + 1
    Loop
    '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    'Is player online check
    '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    'Rawr = FindPlayer(Name)
    'If Rawr = 0 Then
    '     Call PlayerMsg(Index, Name & " is not online.", 4)
    '     Exit Sub
    'End If                                
    '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Do While Slot < 526
        If GetVar("Config\Flags.dll", GetPlayerName(Index), "Flag"&Slot+25) = 0 Then
            Call PutVar("Config\Flags.dll", GetPlayerName(Index), "Flag" & Slot + 25, "1")
            Call PutVar("Config\Flags.dll", GetPlayerName(Index), "Flag"&Slot, CStr(TextSay))
            Call PutVar("Config\Flags.dll", GetPlayerName(Index), "Flag500", GetVar("Config\Flags.dll", GetPlayerName(Index), "Flag500")+1)
            Call PlayerMsg(Index, "Player " & TextSay & " has been added to your friends list! [Slots used: " & GetVar("Config\Flags.dll", GetPlayerName(Index), "Flag500") & "/25]", 10)
            Exit Sub
        End If
    Slot = Slot + 1
    Position = Position + 1
    Loop
    Call PlayerMsg(Index, "Your friends list is full. Try removing a player first before adding more.", 4)
    Exit Sub
End If


Yarr >:D, the /f a script in action. I have a document writin to whenever a newplayer joins the server, which gives the player 1000 custom flags (Variables) for later use, such as quests and stuff. I use 501~551 with friends listing ;o
(user posted image)
Top

Post #29     Joshgt2 Jun 6 2008, 2:35 am

[Avatar]
Lets Roll Out!
 offline contact
Dang... I wish I could do something like that. I'm going to have to wait until i learn those skills in college before I could do things like this... Oh I can't wait until I can do something like this myself, but I also can't wait to play this game as well...
(user posted image)
Top

Post #30     DevilOfDuce Jun 6 2008, 3:47 am

[Avatar]
 offline contact
lol dark marine, it looks like (if you did in fact make that :bleh: ) pretty good at scripting, Im better with source editing than i am scripting, idk have you done anything else? I'm part of eclipse's development team as Devil Of Duce if you want to find me on the forums. EE 2.7 is about to be released which fixes almost all known bugs.
Top

Post #31     [Dark_Marine]:] Jun 7 2008, 12:24 am

[Avatar]
Le gasp
 offline contact
O_O REALLY?

And yea, I did write that, its a little sloppy in parts, but I kept it up to common formats so people wouldnt yell at me <_<'
(user posted image)
Top

Post #32     DevilOfDuce Jun 7 2008, 4:45 am

[Avatar]
 offline contact
Lol, i like it, Lunar Crescent is based off of the 2.7 engine with heavy modifications. If you wanted to help script that would be nice. Do you have aim or msn? im mostly on msn but heres both

Aim: Braydizzle15

Msn: Braydizzle15@aol.com
Top

Post #33     [Dark_Marine]:] Jun 7 2008, 6:27 am

[Avatar]
Le gasp
 offline contact
Id love to script, I know how to use timed events, commands (of course), scripted NPCs, heck everything. I was even trying to do % pots (Like the D2 33% pot). It worked, but for some reason if you had an item giving you enchanted HP, it never would work

Anyw00t Ill be adding you on MSN, cause aim does nothing but causes me to lag ;o
(user posted image)
Top

Post #34     DevilOfDuce Jun 7 2008, 7:40 am

[Avatar]
 offline contact
k, I'm usually on.
Top

Post #35     Corbo[MM] Jun 7 2008, 8:33 pm

[Avatar]
LOL! DTBK actually paid for this!
 offline contact
Can we have a pet system and gambling games inside? :P
I've always liked things following me and winning in gambling games.
Also, we could use far more more items, even if they are only decorative and do not give special stats.
Top

Post #36     [Dark_Marine]:] Jun 7 2008, 9:57 pm

[Avatar]
Le gasp
 offline contact
I think there was pets in one version.

And Gambling games I was gonna work on in my rpg. Just never got around to it ;D

Oh btw, the unit attack animation and paperdoll work for 2.7 right? ;o
(user posted image)
Top

Post #37     DevilOfDuce Jun 7 2008, 10:01 pm

[Avatar]
 offline contact
Pet system is already implemented, You will get pets from "Eggs" that certain enemies rarely drop. and gambling would be very easy to add in, maybe dark marine could script a scripted npc for it? =P

Oh, there will be MANY items, some just for looks to provide custom looks, some for stat increases, and some that allow special abilities.
Top

Post #38     [Dark_Marine]:] Jun 7 2008, 10:02 pm

[Avatar]
Le gasp
 offline contact
If only I could figure out how to do friggen scripted npc movement, I coulda done horse racing (Or chocobo racing, since chocobos were one of the sprites xD)
(user posted image)
Top

Post #39     Corbo[MM] Jun 7 2008, 10:03 pm

[Avatar]
LOL! DTBK actually paid for this!
 offline contact
I want a pink hat. and a brown brown coat. and sunglasses. Wait, I totally forgot I was female.
Make it sunglasses an item that changes my hair to blonde and makes it like the character in that pic up there and give me a long dress with flowery texture, hell yeah.

EDIT: White dress.
Top

Post #40     [Dark_Marine]:] Jun 7 2008, 10:07 pm

[Avatar]
Le gasp
 offline contact
Scary. xD
(user posted image)
Top
0 members in this topic: None
+ 0 guest(s)


[08:24 am]
Mafia.KrayZee -- MillenniumArmy sux
[08:01 am]
BluEditor -- ok
[07:45 am]
poiuy_qwert -- lol
[07:37 am]
madroc -- 007 funny clever
[07:37 am]
madroc -- Lol! nice sig dark marine
[07:25 am]
[Dark_Marine]:] -- Nvm fuck it, funny sig time
[07:16 am]
[Dark_Marine]:] -- Dmz0rz has new siggy
You must log in to shout.

©2003-2008 Staredit Network.
Starcraft & Starcraft II are trademarks of Blizzard Entertainment.
Site Index   |   Terms of Service   |   Privacy Policy   |   Contributions