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

Dawntide

Members
  • Posts

    248
  • Joined

  • Last visited

    Never

Posts posted by Dawntide

  1. This would help good coders, but i do not know everything about vb6, so

    how to make a packet?
    how to send a packet to the server?
    how to decide if its a legitimate action or not?

    Maybe you could give me more help if i am more specific.

    i want to create a little game inside of my game, if the player wins the game he gain exp, when he loses, he will not gain exp.
  2. Hey,

    i want to award the player with exp when he does a few things like pushing a button or gathering a resource. I know there is a sendrequest.playerlevelup, but how to give a player EXP when he does something on the client?

    thanks in advance!
  3. You should be able to put an animation above the player, but my animation just do not work, they do not show up, so its bugged.

    Not the animation.bmp is the problem, its the spell system
  4. Hey,

    My animations are not working anymore. The casting animations i apply to a spell just work fine, but the animation i apply to a spell does not work in ANY case.

    how to fix it?
  5. thanks, seems to work.

    Do i need to change these codes too?

    ```
    ' are we in a shop?
            If InShop > 0 Then
                Select Case ShopAction
                    Case 0 ' nothing, give value
                        multiplier = Shop(InShop).BuyRate / 100
                        Value = Item(GetPlayerInvItemNum(MyIndex, InvNum)).Price * multiplier
    ```
    ItemRec

    ```
    Price As Long
    ```
    modGameEditors

    ```
    ' Info
            frmEditor_Item.txtPrice.text = .Price
    ```
    thanks!
  6. But how to use the number in the textbox. I mean when i use

    ```
    If EditorIndex = 0 Or EditorIndex > MAX_ITEMS Then Exit Sub
        lblPrice.Caption = "Price: " & txtPrice.Text
        Item(EditorIndex).Price = txtPrice.text
    ```
    what happens if i type letters in it? i do not know how to do it.

    And how exactly change limit of all the stats
  7. hey,

    1\. i want to edit the limit of the stats. So i want to be able to have more than 255 points in 1 stat and i want to add more than 255 to a stat with items, de/buffs, armor, weapons and all the other things.

    2\. i want to edit the limit of the price to 999.999.999, but it says invalid property value so which term do i have to use? integer?

    thanks in advance!
  8. Helllo,

    how can i make the map music keep playing? When a player warps on the same map the map music resets, it is really annoying.

    How to fix all those map music resets?

    thanks!
  9. Why should i?

    I want a smooth warp and not a warp interupted with a loading screen O.O

    I mean who would play a game in which a warp spell is interupted by a loading screen? Srsly?
  10. Hey,

    I am wondering if the warp is a bit laggy for everyone not just for me?

    When i warp to another map or just a few tiles through source code edit, it seems to stuck for 0,5 secs.

    Could it be caused by a not optimal written code or is it just impossible to make a smooth warp without delay?

    thanks!
×
×
  • Create New...