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

Dawntide

Members
  • Posts

    248
  • Joined

  • Last visited

    Never

Everything posted by Dawntide

  1. Okay and how exactly change all stat limits?
  2. 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!
  3. 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
  4. And how to change the max price? Because scrollbar is limited to 32676 and i want 999.999.999.
  5. 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!
  6. Dawntide

    Map music

    Eclipse - Event System 2.3
  7. Dawntide

    Map music

    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!
  8. Dawntide

    Warp lag

    I removed the Event data in HandleMapData, but it does not make the warp smoother.
  9. Dawntide

    Warp lag

    how to disable the event system? i do not need it anyway thanks in advance
  10. No because the linear spell only shows up on the enemy and not flying to the enemy like the projectile does.
  11. Dawntide

    Warp lag

    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?
  12. Dawntide

    Warp lag

    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!
  13. Sorry but i do not understand what you want to say :D Maybe this way is better: is there a way to combine spells with projectiles? So i have a spell which shoots a projectile, so i can add an animation easily?
  14. Hey, Can someone teach me how to add animations to projectiles? In the item Editor you can choose an Animation, but they do not show up at weapons. I want "cast animations", when the player shoots the projectile and "animations" when the projectile hits something/someone. thanks in advance!
  15. Hey, A few minutes ago i found a pokemon set at my computer consisting of pokemon sprites and tiles. I do not know where i got this from and who gets "copyright" for this, obviously nintendo does, but i do not know who shared this, so do not blame me. http://www.freemmorpgmaker.com/files/imagehost/pics/f6a2779e9abb3dde4762af4c70c285e3.rar I hope you find it useful!
  16. If i only had a converter to easily convert it to EO, i would be the happiest man on the world :D
  17. I tried it, but the animation still does not show up on npcs, only on blocks, any fix?
  18. Hey, Here is a basic 2,5 D graphics tutorial in the form of a picture i found! [http://share.cherrytree.at/showfile-6492/perspective_tut_cyangmou_v1_0.png](http://share.cherrytree.at/showfile-6492/perspective_tut_cyangmou_v1_0.png) >! ![](http://share.cherrytree.at/showfile-6492/perspective_tut_cyangmou_v1_0.png) credits: cyangmou I hope you can use this tutorial!
  19. Hey, I am trying to combine the following things: show dev tag, Name, title, guild and level. Here are the tutorials i used: titles: http://www.touchofdeathforums.com/smf2/index.php/topic,81493.0.html guild: http://www.touchofdeathforums.com/smf2/index.php/topic,78441.0.html level: http://www.touchofdeathforums.com/smf2/index.php/topic,67213.0.html dev tag: http://www.touchofdeathforums.com/smf2/index.php/topic,62955.msg668195.html#msg668195 I want to combine them so the details show up like this: GUILD NAME DEVTAG LVL TITLE NAME Could you please help me? Thanks in advance!
  20. When it is not hard enough for you, then add an animation to it and make it possible to create more projectile weapons of this type in the item editor, so its a new item type
  21. Hey, I got a challenge for all the good coders in this community. I tried it, but i'm a noob and fucked up my files, luckily i create a backup after nearly every small change :D I want to create a "grappling hook". You throw/shoot the projectile and it pulls/warps you to the place where the projectile hits, whether it is a tile or a npc/player. that's it.
  22. That is the dumbest thing you can do. If you have more than 1 antivirus system they gonna hinder each other and you will get owned by your own antivirus programs.
  23. Dawntide

    Lobby

    1\. I did not played Bomberman Online, because i got it on PS3 and i enjoy it more than a vb 6 version of it. 2\. I do not want to copy a game, neither a franchise. I do not want to steal and break copyright. I want it for my own ideas
×
×
  • Create New...