Search:

Type: Posts; User: Invader_Zim

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,093

    Skilly's educational source.

    Skilly's educational source.
  2. Replies
    4
    Views
    1,786

    [Help Request] The client was made in Unity, which is C#, and if...

    The client was made in Unity, which is C#, and if my memory is correct, the game is C++.
  3. Public Bags and Soulbound Items [Skilly's Educational Source]

    If you're using this source, you need to know what you're doing, but you probably already do. These tutorials are not going to be watered down, or noob friendly, as the source is not fit for such. I...
  4. [Help Request] The only thing missing from what I provided is...

    The only thing missing from what I provided is correct declaration of variables, as I just wrote out an idealization in notepad, not actual code. I would provide more insight, but I don't have a...
  5. [Help Request] Look at the functions that generate a bag, say...

    Look at the functions that generate a bag, say dropping an item, or enemy death with loot.

    After you get it working, this will give you an idea on how to create a sort of weighted system on...
  6. Don't use FSoD if you want to make a public...

    Don't use FSoD if you want to make a public server, and flash isn't going anywhere, especially around here.
  7. Use options and parameters, look at how toggles...

    Use options and parameters, look at how toggles work in the client.
  8. Replies
    2
    Views
    931

    [Help Request] If you provided visuals or a better description...

    If you provided visuals or a better description of what you're talking about, it would be easier for you to get help.
  9. [Help Request] You have to add the objects both in the source...

    You have to add the objects both in the source and the client.
  10. [Help Request] For the object type you use hexadecimal, start...

    For the object type you use hexadecimal, start with a high number like 0xf00. Every additional object you make, add 1 to this. If you look at the other objects in your source, you can see they have...
  11. [Help Request] Well you didn't give any links to what you're...

    Well you didn't give any links to what you're referring to, but I'm going to guess the server is C#. Also, if you're curious because you want to learn programming, it really isn't necessary for this...
  12. [Help Request] I feel like you could send a packet to the client...

    I feel like you could send a packet to the client when the bag is generated, and with that execute the display of text. Definitely plenty of tutorials on flash text, you could even make a movie file...
  13. Replies
    7
    Views
    4,396

    I assumed it had something to do with mouse...

    I assumed it had something to do with mouse position being polled, a variable constantly updated, or something along those lines. I've looked everywhere that mouse move events are located, and also...
  14. Replies
    2
    Views
    1,107

    [Help Request] Most servers have projectiles client sided, so by...

    Most servers have projectiles client sided, so by changing the radius for hit detection, you create this hack. For easy searching, the default radius is 0.5 tiles.
  15. [Help Request] Your XMLs in the client should match your XMLs in...

    Your XMLs in the client should match your XMLs in the server. Your client does not have large file with every object in it like your server does, instead it's split up for proper organization. If...
  16. [Help Request] You only need to add your items XML objects to...

    You only need to add your items XML objects to your server and client, and also the sprites to the client as well. Your XML objects have a texture tag, which tells you what sprite sheet and what...
  17. Replies
    7
    Views
    4,396

    This source is fantastic, very easy to work with....

    This source is fantastic, very easy to work with. However, there is one important stability issue dealing with mouse movement. If you move your cursor on screen, you will drop frames. I get down to...
  18. It states where to add everything in the post....

    It states where to add everything in the post. The XML objects are self explanatory, add descriptors for the new active effects, then the code for those effects.
  19. [Help Request] If you have just ripped an XML object from the...

    If you have just ripped an XML object from the production version of the game, you need to make sure that the tags and values are compliant with your source. Object type, ID, class, and texture are...
  20. Replies
    2
    Views
    683

    [Help Request] You need behaviors for the entity.

    You need behaviors for the entity.
  21. Replies
    49
    Views
    16,214

    Did you setup the SDK in Project...

    Did you setup the SDK in Project Settings>Modules>WebMain>Dependencies? I'd recommend using the official updater to get your kit.
  22. Replies
    49
    Views
    16,214

    You need a proper Flex/Air SDK, with the...

    You need a proper Flex/Air SDK, with the projector version selected.
  23. Replies
    2
    Views
    891

    Turn off firewall completely, make sure you are...

    Turn off firewall completely, make sure you are using your public IP, and check if your ports are opened properly with an online port checking tool. You then need to add trusted locations for your...
  24. [Help Request] Make sure the client.cs version in the server...

    Make sure the client.cs version in the server source matches the version of the client in parameters.as in the client source.
  25. Replies
    2
    Views
    756

    Turn off firewall completely. Set up your...

    Turn off firewall completely. Set up your computer to have a static IP to your router, this will let you port forward your device. You then use your public IP in the client and server config. It's...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4