Here is your chance to be heard

Page 2 of 7 FirstFirst 1234567 LastLast
Results 16 to 30 of 94
  1. #16
    0xC0FFEE spikensbror is offline
    MemberRank
    Dec 2006 Join Date
    SwedenLocation
    1,855Posts

    Re: Here is your chance to be heard

    Quote Originally Posted by Reimniess View Post
    it's easy to make your own grid yaknow

    as well as googling random maze generation and how to renter independantly of flyff's normal engine using directX

    not everyone here has no idea what they are doing

    it's not hard to find and ebook on how, flyff's handling of it's maps it highly standardized in the sue of a this there are many books oh how to randomize such things

    but that aside I just made my own grid and googled "random maze generation", and in no time I had something usable

    however that being said a maze is rather anti climatic so planning to add a lot more but I have better things to do for now anyways
    To be honest, I'd rather have a humanly generated map than a map that doesn't promise ANY kind of quality what so ever.

  2. #17
    Game Developer MisterKid is offline
    MemberRank
    Jun 2009 Join Date
    1,585Posts

    Re: Here is your chance to be heard

    Quote Originally Posted by The Hot One View Post
    I don't think she made one since its kinda impossible without a grid-like game (Runescape)

    Yes this game does have a grid in beast editor but setting specific objects to spawn in random area's is kinda glitchy.

    Unless you made a whole new object set and hotspots while separating the dungeons into 'rooms' like Runescape's dungeoneering skill.

    Code:
    | S     O
    DO   O  D
    |  S    O
    |___D_O_|
    
    D = Door
    O = Object
    S = Monster Spawn
    In the shitty diagram above is my theory on how objects will spawn in front of doors making it hard to maneuver around the dungeons.
    Make an all new object set that can easily snap itself into a square grid inside a room.

    Make a door system that will 'teleport' you to the other side.

    Code:
    |       |       |
    |    C->D->C    |
    |       |       |
    |_______|_______| 
    
    The character clicks on one side of the door and comes out the corresponding door.
    - Monster Spawns
    - Boss Rooms
    - Treasure Chests (Like the ancient chests or w/e)
    - Puzzles

    Pretty much an emulation or knockoff of Runescape.

    Dunno how much of that is bs but hey, im crazy so it dont matter

    As for my requests on an original system: (Not that I'll use it or anything)
    better skill system or stat system
    Runescape might have made several rooms and made the rooms randomly connect to other rooms.
    Since rooms looks copied
    Yes i play runescape sometimes... Because it have lots of gameplay.(More then Flyff) Idc if it looks bad

  3. #18
    Aztec Gaming Johnny is offline
    MemberRank
    Jun 2010 Join Date
    U.S.ALocation
    477Posts

    Re: Here is your chance to be heard

    more advanced flying system. like more sky fighting. something that players can benefit from fighting monsters in the sky : P

  4. #19
    Alpha Member GlaphanKing is offline
    MemberRank
    Sep 2008 Join Date
    World of MorrowLocation
    2,594Posts

    Re: Here is your chance to be heard

    I'm seeing a lot of feedback for the Aerial Combat system and Random Instance Dungeon Generation. Both of which are very good ideas.

    I do believe FlyFF's main feature was flying was it not? So how is it that the game abandoned almost all of the aerial fighting. The only fighting I see how is plug hunting if that depending on which pserver you play on.

    I think the magic casters should be able to cast spells which on a board at least. The system itself is way to bulky and sluggish. It could be due to the packets being sent everytime you hit a mob while flying.

    I have a suggestion. Why not make the game a hack n slash style rather than watch your player beat the hell out of a mob while you wait?

  5. #20
    0xC0FFEE spikensbror is offline
    MemberRank
    Dec 2006 Join Date
    SwedenLocation
    1,855Posts

    Re: Here is your chance to be heard

    Or it could be cause the current design of aerial combat is horribly mapped out.
    People should not be able to level to 150H without doing aerial combat at least once, which is the case currently.
    The attack mechanics are horribly over-complicated and tends to stray away from the more obvious means of attack.
    Aerial combat should be much as simple as ground-level combat and just as obvious.
    If that means giving ground level combat an overhaul just to improve aerial combat, then so be it.

    Oh and randomly generated dungeons are bullshit, ruins meta-game.

  6. #21
    Account Upgraded | Title Enabled! The Hot One is offline
    MemberRank
    Jun 2010 Join Date
    EverywhereLocation
    458Posts

    Re: Here is your chance to be heard

    Quote Originally Posted by MisterKid View Post
    Runescape might have made several rooms and made the rooms randomly connect to other rooms.
    Since rooms looks copied
    Yes i play runescape sometimes... Because it have lots of gameplay.(More then Flyff) Idc if it looks bad
    I dont understand why people say runescape looks bad... It's graphic engine makes flyff's look like a piece of shit thats been rotting for several months.

    Yeah, I could see where Jagex made rooms (like the puzzle rooms and boss rooms) but other than that its pretty much all random.

    @ rena~ why dont you give us some pictures of this maze system you've added?

    Maybe your 'required respect' levels will go up just a tad bit throughout the community.

    Otherwise, don't talk shit

    @ Spike

    Randomgen maps aren't entirely bullshit...
    They add some character to the hours of dungeoneering in any game. If you've ever played WoW then you know about the endless dungeon battle to get to 85 :/ it gets boring

    In Runescape's game it works out perfectly. I don't think that it would work quite as well in Flyff's game though.

  7. #22
    Ace of Hearts Reimniess is offline
    MemberRank
    Jul 2009 Join Date
    in your headLocation
    784Posts

    Re: Here is your chance to be heard

    Quote Originally Posted by spikensbror View Post
    To be honest, I'd rather have a humanly generated map than a map that doesn't promise ANY kind of quality what so ever.
    it allll depends on wether or not you know what your doing when you setup the generation.

    enough said.

    Quote Originally Posted by The Hot One View Post
    I dont understand why people say runescape looks bad... It's graphic engine makes flyff's look like a piece of shit thats been rotting for several months.

    Yeah, I could see where Jagex made rooms (like the puzzle rooms and boss rooms) but other than that its pretty much all random.

    @ rena~ why dont you give us some pictures of this maze system you've added?

    Maybe your 'required respect' levels will go up just a tad bit throughout the community.

    Otherwise, don't talk shit

    @ Spike

    Randomgen maps aren't entirely bullshit...
    They add some character to the hours of dungeoneering in any game. If you've ever played WoW then you know about the endless dungeon battle to get to 85 :/ it gets boring

    In Runescape's game it works out perfectly. I don't think that it would work quite as well in Flyff's game though.
    I would but I'm far from happy with how it is right now, I had and still do intend to make it fit more naturally into flyff's setup and with any luck figure out a good drawing script method to edit terrain without too much network lag.

    don't know if I will get anywhere with that part, however I know fore sure rendering rectangles would look rather crappy in-game even with a good texture

    I intend it to be a fairly big complex system so until then it shall remain, for my eyes only.

    however even if I showed a picture there'd be no immediate proof it was randomly generated and I don't intend on releasing it so I don't see the point
    Last edited by Reimniess; 19-09-11 at 12:07 AM.

  8. #23
    2b || !2b x42 is offline
    MemberRank
    Dec 2008 Join Date
    /dev/nullLocation
    407Posts

    Re: Here is your chance to be heard

    o.o
    Trading system.
    Player shops are just... bad. :<

    A while ago I started making something similar to Aion's trade broker or WoW's auction house.
    Basicly player can insert item for auction via NPC. Others can view those items and purchase them via same NPC.

  9. #24
    Alpha Member GlaphanKing is offline
    MemberRank
    Sep 2008 Join Date
    World of MorrowLocation
    2,594Posts

    Re: Here is your chance to be heard

    i think i did see something like that somewhere on the internet. a few pics of the npc auctioneer and the interface window with some items if I'm not mistaken. Are you still working on it?

  10. #25
    We are Maverick! Dell Honne is offline
    MemberRank
    Feb 2009 Join Date
    ON, CanadaLocation
    3,271Posts

    Re: Here is your chance to be heard

    Quote Originally Posted by miniMagi View Post
    o.o
    Trading system.
    Player shops are just... bad. :<

    A while ago I started making something similar to Aion's trade broker or WoW's auction house.
    Basicly player can insert item for auction via NPC. Others can view those items and purchase them via same NPC.
    You should check out Iris online's auction NPC.

  11. #26
    Banana Adler is offline
    MemberRank
    Feb 2009 Join Date
    1,119Posts

    Re: Here is your chance to be heard

    Quote Originally Posted by Reimniess View Post
    it's easy to make your own grid yaknow

    as well as googling random maze generation and how to renter independantly of flyff's normal engine using directX

    not everyone here has no idea what they are doing

    it's not hard to find and ebook on how, flyff's handling of it's maps it highly standardized in the sue of a this there are many books oh how to randomize such things

    but that aside I just made my own grid and googled "random maze generation", and in no time I had something usable

    however that being said a maze is rather anti climatic so planning to add a lot more but I have better things to do for now anyways
    Just remember, there is a huge difference between this:





    And this:





    You might want to leave everything map related to map editors, that's what they're here for. A great Flyff map editor can make 10 mazes that look 100x better than anything code generated.

  12. #27
    Aztec Gaming Johnny is offline
    MemberRank
    Jun 2010 Join Date
    U.S.ALocation
    477Posts

    Re: Here is your chance to be heard

    idk improving the code. i know when you go on flyff in darkon where everyone sells. laggy even with a good computer. the game was made years and years ago im sure there are some functions that are outdated

  13. #28
    Alpha Member GlaphanKing is offline
    MemberRank
    Sep 2008 Join Date
    World of MorrowLocation
    2,594Posts

    Re: Here is your chance to be heard

    the game was made in 2003. They used VS2003 to compile it with outdated DX. They never once optimized shit in the code. You can see things just commented out or changed with very little documentation (in Korean or otherwise).

    There needs to be a better LOD system with some better culling.

    One note about the database. Stored procedures are a very bad way of bogging down a database rather than calling the sql inside the code. I guess they thought a few procedures wouldn't hurt but now there is at least 30 of them. Most are not even used. I think that would ease the pain of lag a tiny bit. Its something to think about.

    Pros and Cons of Stored Procedures

  14. #29
    2b || !2b x42 is offline
    MemberRank
    Dec 2008 Join Date
    /dev/nullLocation
    407Posts

    Re: Here is your chance to be heard

    Quote Originally Posted by GlaphanKing View Post
    i think i did see something like that somewhere on the internet. a few pics of the npc auctioneer and the interface window with some items if I'm not mistaken. Are you still working on it?
    I don't recall publishing any screenshots.
    As for the project itself, I abandoned it in april due to overwhelming boredom and went back to my other, more interesting projects.

    When I get back home I'll see if I can find the source somewhere.

  15. #30
    Not working on UnitedFlyf Mootie is offline
    MemberRank
    Apr 2009 Join Date
    1,589Posts

    Re: Here is your chance to be heard

    Quote Originally Posted by Reimniess View Post
    not everyone here has no idea what they are doing
    Yeah... just you.

    Well not really, most of the people here have no idea what they're doing with the ideas in this thread. Seriously, if you took a ton of random ideas from newer MMOs and put them in a hat, then improved Flyff with 3 of em, you'd have about what most of your ideas amount to.

    Flyff's GFX engine isn't very high-performance compared to today's engines, however, it can be pushed farther than most of you think. Why don't you guys stop copying other MMO ideas and be creative for once? FlyForFun, why not make an epic aerial combat system with sky battleships and a whole sky ship guild system.

    Really, randomized maps... I couldn't think of a more USELESS idea than that. Most of madrigal is already going to waste, so why don't we make some MORE space without purpose... The only type of map randomization I could see would be monster spawns in an instance, but even that wouldn't be that useful.

    Quote Originally Posted by GlaphanKing View Post
    the game was made in 2003. They used VS2003 to compile it with outdated DX. They never once optimized shit in the code. You can see things just commented out or changed with very little documentation (in Korean or otherwise).

    There needs to be a better LOD system with some better culling.

    One note about the database. Stored procedures are a very bad way of bogging down a database rather than calling the sql inside the code. I guess they thought a few procedures wouldn't hurt but now there is at least 30 of them. Most are not even used. I think that would ease the pain of lag a tiny bit. Its something to think about.

    Pros and Cons of Stored Procedures
    The LOD/collision could be improved... @ the stored procedures: have you ever played Flyff? The server code has almost 0 latency. The database transactions are much faster than any other MMORPG server I've seen. Changing stored procedures to direct queries would be a huge pain in the ass, not to mention it wouldn't improve performance at all due to the higher amount of network transactions direct queries cause. The only reason you would use stored procedures or not should be because your server design is that way. In other words, you decide whether to use stored procedures BEFORE you code the server, not after... Stored procedures are GENERALLY faster for these kinds of server transactions even with thousands of them. The reason you would want to use direct queries would be because they can be easier/quicker to manage.
    Last edited by Mootie; 19-09-11 at 06:23 AM.



Page 2 of 7 FirstFirst 1234567 LastLast

Advertisement