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

sherwin

Members
  • Posts

    134
  • Joined

  • Last visited

    Never

Posts posted by sherwin

  1. @'lurv':

    > Automation Error
    > Specified module can not be found (clean v8 client)
    >
    > ![](http://puu.sh/mfr37/fee7b4b040.png)
    >
    > Anybody got a fix for this?

    Your computer doesn't have dx8vb.dll registered or it's not properly registered..
    reinstall the runtimes or just get a dx8vb.dll and register it
  2. @'Link':

    > The mechanics aren't that different from a Pokemon Mystery Dungeon styled game. If you want real time battle that's efficient you need to have it set up where maps are randomly generated(when you battle someone) and players who engage are taken to those maps (sort of like a stage so to speak) you can see where you'd need a more efficient language if you wanted to handle a larger scale later on. I'd say that after the battle a player is either sent to the last pc they visited or the map they were on when the battle request was made.
    >
    > This though, is a pretty simple and nice little intro for the idea though. Don't think there's much capable with it using Eclipse.
    >
    > - Link

    here it is

    https://www.youtube.com/watch?v=eWzR3yRKPvA&feature=youtu.be
  3. @'Golf:

    > Looking nice, I think it's more cool than normal battle system. :D
    > P.S It will be damn hard to do the animations for each move if you are going to make each.

    Hahaha, no worries.. those animation are more easier on real time battle system than on turn based battle system..
  4. as it said on the error log

    ```
    Line 1254: Class RichTextLib.RichTextBox of control txtChat was not a loaded control class.
    ```
    RichTextbox component isn't added

    First
    ![](http://i.imgur.com/Z0hLWhB.png)

    Next:
    ![](http://i.imgur.com/WPXEKYh.png)
    Check the RichTextBox, and press Ok

    next:
    delete your current txtChat and add a RichTextBox and name it txtChat

    that should fix this problem
  5. Just create another index for pet and don't use NPC

    Advantage:
    - You don't have to mess with the NPC System

    Disadvantage:
    - It will loop the Pet System on ServerLoop which decrease CPS on Server, But if you manage to make it normal like what i did on my Real Action Pokemon Battle System, It would work fine
  6. Don't ask that kind question here.. There's only few people who use my Engine

    1\. on source, Remove the rendering of pokemon at DrawSprite (i think)
    2\. I didn't put a system like that, so just hire someone to create it for you
    3\. hire someone
    4\. hire someone
    5\. Pokedex isn't added, hire someone
    6\. i don't get it

    "hier someone" means anyone except me
  7. Use this kind of mountain stair style if you want more detailed

    https://scontent-hkg3-1.xx.fbcdn.net/hphotos-xfl1/v/t1.0-9/12190936_1706631322891202_1176059544964022222_n.jpg?oh=3cc16279b1f2075d514a332bd0068367&oe=56F95FBF

    Just a plain stairs that goes down is not kinda good at maps
  8. http://prntscr.com/90ae2a

    This is too much plain that's why i can't give higher than 7 ratings on map..
    Try to improve your mountain style
    I only like your forest style map a little bit (because it lack some details)
×
×
  • Create New...