Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Gohan

Members
  • Posts

    699
  • Joined

  • Last visited

    Never

Posts posted by Gohan

  1. I may be misinformed on the games being shut down, I had never really looked into that.

    I think you should take another look at everything they have done since they're first game.

    A great company would not alter a dungeon so that every douche on the server can come kill low levels who are trying to do quests even if they are not in PK mode. A great company wouldn't implement pay-to-win to an extent that the game is reduced to idiot levels. A great company would listen to it's customers. A great company would fix bugs instead of leaving a ton of the ones that seriously impede gameplay unfixed for years.

    If you truly know the people who started that company, which I doubt I think your just bullshitting, you are not exactly an unbiased party.
  2. @DrNova:

    > Theres an english patch on the page somewhere, saw it several times. 
    >
    > I may try it out next time I get bored, but I dont have high hopes.
    >
    > And the forums are loaded with spam posts. Links to articles and news stuff and ect.

    You are definitely viewing the wrong forum. go to dbocom.com
  3. I guess I could have phrased it a lot better, because it's not the pile of crap your thinking.

    I did not mean that they take a month to fix game breaking bugs. By "we're getting a big patch next month" I meant that we can expect bug fixes to come with it. They are certainly going to be addressing these issues and fixing them between now and then. I'm not even sure you can still crash people's clients.

    The community is not a bunch of retarded children. I said too many saiyan fan boys. That's entirely different. There are plenty of decent players in this game.

    As for the language thing, I guess you're entitled to your opinion. I don't even notice anymore, the game is fun, I have friends there and I love the nostalgia of playing a DBZ game.
  4. @DrNova:

    > The forums are absolutely flooded with bot spam…  And a 2 gig DL, sheesh. Is it worth playing?

    Bot spam? o.o What forums are you talking about?

    Depends… if you are looking for an epic storyline you can follow but are not willing to learn Chinese or not willing to play through the game, translate everything and put it into a cool overlay patch(which probably won't work anyway it's just a theory that's been floating around) then no it's not. Otherwise it's definitely worth playing.

    All the Chinese is confusing at first, but I've been playing it since the start of open beta and after awhile you learn to read a bit of the language. The english patch translates UI elements but not much else since all the quest and storyline text is held server side.

    The game has it's problems too of course, but not many.

    Shortage of healers - The healers in this game are all Namekian. The english community has far too many Saiyan fan boys so they all make humans which according to the storyline happen to be part saiyan.

    Recent Bugs - There's a new pvp bug where the opponent can crash your client automatically winning the match, as well as dozens of ways you can crash it yourself. But Wasabii is pretty good about fixing bugs and we get a huge patch next month so... yeah.

    Cash shop - You need a full account to access it which requires a chinese ID. Pretty stupid when you think about it. They know we are there, they like us there, but they don't want us to use the cash shop so they can make tons of money?

    @Robin I know you're not a Dragonball fan but unless you actually play it first you don't have a valid opinion, sorry :P

    EDIT: Oh you must be talking about dbmmo.com Nova, yeah that site is dead. The admin is inactive, there are no mods and all the guides are stolen from another site. Nothing left there but trolls who get off on bashing people asking how to make a full account.

    dbocom.com is where all the english players go. I'll put up some links in the main post.
  5. Just wondering if any Eclipsers happen to play DBO Taiwan server?

    My characters Server 2:

    Tagi火 - Swordsman Level 51

    Naguru - Poko Priest Level 33

    Tafi - Ultimate Majin Level 42

    [How to make an account](http://www.dbocom.com/forum/showthread.php?t=5520)

    Download: http://dbo.wasabii.com.tw/DB_Download/client.shtml

    I highly recommend using the torrent download on that page instead of the direct. It's much faster.
  6. For some reason the search function in VB6 doesn't work at all. I could live without it but it would make it so much easier if I could make it work.

    It doesn't error or anything, as soon as I press Find the search window closes, that's it.

    Any ideas?  :confused:
  7. I played it for awhile. It's a good game at first but the way it's run you'd think the whole company is on drugs. In fact I'm 100% convinced the whole company is on drugs, the really ducked up kind of drugs.

    I played for a whole year and watched while that company drove itself into the ground, in fact they recently were forced to close down 2 of their newer, "successful" games.

    PWE should be applauded for the best character creator I've ever seen. After that, I want to punch them for every extremely stupid decision they've made since the game's launch, and they'd drift into a coma long before I'm done.
  8. Nope, that didn't help at all :/

    EDIT: While this site was down I was doing random crap until it eventually fixed itself. No idea what happened here  :confused:
  9. I ran a backup to before I had vb6 installed, and when I go to reinstall it I have no problems, followed every step in Robins tut to the letter. I load up my project, get no errors, but when I try to compile, even if I changed absolutely nothing I get a compile error. It highlights

    ```
    frmMain.Socket.RemoteHost = Options.IP
    ```
    And says "Method or data member not found"

    EDIT: And when opening the server project it says error accessing the system registry.
  10. I'm obviously still learning, I just wanted to share something I had done. As soon as I know a better way to do this I'll update the thread, but right now I don't so that's why in God's name I have separate packets and duplicated stuff.
  11. It's just a normal sprite sheet. 32x32 sprite, 4 directions, 12 frames.

    I changed this part of the code so that the sprite would not be a jumbled mess

    ```
        With rec
            .top = spritetop * (DDSD_Character(Sprite).lHeight / 4)
            .Bottom = .top + (DDSD_Character(Sprite).lHeight / 4)
            .Left = Anim * (DDSD_Character(Sprite).lWidth / 12)
            .Right = .Left + (DDSD_Character(Sprite).lWidth / 12)
        End With
    ```
    And now the sprite gets drawn a whole tile away from where it actually is

    ![](http://www.freemmorpgmaker.com/files/imagehost/pics/6fd71554a735b915491b5c5f22ca3ada.jpg)
  12. @-Jake-:

    > Thanks for the idea. I'll be trying to edit this (and da_gad_pader's tut) to actually work in an online setting. Right now its more of a single player rpg kind of code.

    Thanks :) Let me know when you figure it out so I can update this tut.
×
×
  • Create New...