Staredit Network > Forums > Games > Topic: Free MMORPG In The Works
Free MMORPG In The Works
May 14 2008, 3:21 am
By: DevilOfDuce
Pages: < 1 2 3 45 >
 

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



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...



None.

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



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.



None.

May 31 2008, 8:46 pm Riney Post #23

Thigh high affectionado

Which version of Konfuze is that? Eclipse? Elysium?

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



Im a hella pro scripter, if you need one.

Post has been edited 2 time(s), last time on May 31 2008, 8:54 pm by Dark_Marine.



Riney#6948 on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

-- Updated as of December 2021 --

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



its a custom engine based off of eclipse.



None.

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



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.



None.

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



well, the quality is extremely good. heres an example of a small area of the Robodawn desert.





None.

Jun 2 2008, 10:37 pm Symmetry Post #27

Dungeon Master

Why are the mistakes circled? :P



:voy: :jaff: :voy: :jaff:

Jun 3 2008, 1:38 pm Riney Post #28

Thigh high affectionado

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



Riney#6948 on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

-- Updated as of December 2021 --

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



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...



None.

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



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.



None.

Jun 7 2008, 12:24 am Riney Post #31

Thigh high affectionado

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 <_<'



Riney#6948 on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

-- Updated as of December 2021 --

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



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



None.

Jun 7 2008, 6:27 am Riney Post #33

Thigh high affectionado

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



Riney#6948 on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

-- Updated as of December 2021 --

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



k, I'm usually on.



None.

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

ALL PRAISE YOUR SUPREME LORD CORBO

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.



fuck you all

Jun 7 2008, 9:57 pm Riney Post #36

Thigh high affectionado

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



Riney#6948 on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

-- Updated as of December 2021 --

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



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.



None.

Jun 7 2008, 10:02 pm Riney Post #38

Thigh high affectionado

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)



Riney#6948 on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

-- Updated as of December 2021 --

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

ALL PRAISE YOUR SUPREME LORD CORBO

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.



fuck you all

Jun 7 2008, 10:07 pm Riney Post #40

Thigh high affectionado

Scary. xD



Riney#6948 on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

-- Updated as of December 2021 --

Options
Pages: < 1 2 3 45 >
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[10:34 am]
NudeRaider -- SEN doesn't rely on spammers initiate its sleep cycle. It hat fully automated rest and clean-up phases. Please understand that this is necessary for the smooth operation of the site. Thank you.
[03:45 am]
Sylph-Of-Space -- Does the shoutbox get disabled when there's spammers?
[2024-5-17. : 6:47 am]
NudeRaider -- lil-Inferno
lil-Inferno shouted: nah
strong
[2024-5-17. : 5:41 am]
Ultraviolet -- 🤔 so inf is in you?
[2024-5-17. : 4:57 am]
O)FaRTy1billion[MM] -- my name is mud
[2024-5-17. : 4:35 am]
Ultraviolet -- mud, meet my friend, the stick
[2024-5-16. : 10:07 pm]
lil-Inferno -- nah
[2024-5-16. : 8:36 pm]
Ultraviolet -- Inf, we've got a job for you. ASUS has been very naughty and we need our lil guy to go do their mom's to teach them if they fuck around, they gon' find out
[2024-5-16. : 5:25 pm]
NudeRaider -- there he is, right on time! Go UV! :D
[2024-5-16. : 5:24 pm]
lil-Inferno -- poopoo
Please log in to shout.


Members Online: Sylph-Of-Space, 4alicec543ha6, 5claudiae41100rh7