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

vulcano

Members
  • Posts

    40
  • Joined

  • Last visited

    Never

vulcano's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello Can u make a logo for me? The logo name is The Games Factory Blue color I was thinking of something with castles and gears Thanks!
  2. > For anything in mod DirectDraw you'll need to find the similar subs in mod Graphics. The code in question here should be the same, only the name of the subs would be different. > > bltnpc -> DrawNPC > > bltPlayer -> DrawPlayer The code works, but I cant use W A S D keys to move How to fix this?
  3. vulcano

    Player stats

    Thanks, this help me so much! Resolved!
  4. And if I change bltPlayer for DrawPlayer the tutorial will work? Or are there other parts that I should change?
  5. So, the tutorial will work? And if the tutorial is for DX8 or EO 3.0, I can use it in EFF?
  6. vulcano

    Player stats

    Thanks So, if I use ``` Vital = Spell(spellnum).Vital + GetPlayerStat(index, Willpower) / 7 ``` This would add 1 dmg per 7 will points? And if I use this in the End code ``` Case HP I = (GetPlayerStat(Index, Stats.Willpower) * 0.8) + 6 ``` This would add HP regen? That's correct?
  7. > Allright **Vulcanus** your logo Is Finish Please check your Inbox to see it. Thanks man! That's perfect! I love it!
  8. vulcano

    Player stats

    OMG! Thanks! So, how can I make the Willpower increase the skills dmg?
  9. vulcano

    Player stats

    How the player stats works? I have 15 point in Int and I have 1810 mana in lv 100, but I'm not a mage And my friend have 100+ points in Int and and have 1000- mana in lv 100, and he's a mage How the STR, END, AGI, INT and WILL works?
  10. Ok, thanks So, if the tutorial is for DX8 or EO 3.0, I can use it?
  11. Can I put this tutorial: http://www.touchofdeathforums.com/community/index.php?/topic/129417-8-directional-movement/ In ETFF? Thanks !
  12. vulcano

    Rate my GUI!

    The game is in portuguese ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png) GUI in game: ![](http://i.imgur.com/ivAUQUw.jpg) GUI menu: ![](http://i.imgur.com/F2WWjXb.jpg) Criticisms, suggestions, and, give your notes ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons//biggrin.png) Thanks
  13. Tittle: Deitara Sub Tittle : Online Tittle Color: Light brown Sub Tittle Color : Anything Good Tittle Size : Your Size SubTittle Size: Like the online size Background: Some trees behind the name Deitara, preferably the RPG Maker VX trees, thanks Theme: Fantasy Refrence: >! ![](http://www.freemmorpgmaker.com/uploadfiles/bb11d7bf735f469438f41ec96dfee6d3.png)
  14. OMG OMG OMG OMG Thanks Zeno and escfoe2 This works! Thank you so much! Resolved!
  15. !EDIT I dont know why But, the Guild button open the quest menu now… Why? The button dont work... ![:(](http://www.touchofdeathforums.com/community/public/style_emoticons//sad.png) Ok I put in Menu_MouseUp ``` ' friend button I = 56 x = GUIWindow(GUI_MENU).x + Buttons(I).x y = GUIWindow(GUI_MENU).y + Buttons(I).y ' check if we're on the button If (GlobalX >= x And GlobalX = y And GlobalY
×
×
  • Create New...