|
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.
![]() ![]() ![]() ![]() ![]() ![]() |
|
Le gasp
|
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 <_<
CodeIf 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 ![]() ![]() ![]() ![]() ![]() ![]() |
|
lol dark marine, it looks like (if you did in fact make that
) 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. ![]() ![]() ![]() ![]() ![]() ![]() |
|
Le gasp
|
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 ![]() ![]() ![]() ![]() ![]() ![]() |
|
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. ![]() ![]() ![]() ![]() ![]() ![]() |
|
LOL! DTBK actually paid for this!
|
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. |