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

Shippous

Members
  • Posts

    86
  • Joined

  • Last visited

    Never

Everything posted by Shippous

  1. Getting a Error on the lane: "MapNpc(MapNpcNum).xOffset = MapNpc(MapNpcNum).xOffset + ((ElapsedTime / 1000) * (NPC(MapNpc(MapNpcNum).num).speed * SIZE_X))" Cant figure it out. I already deleted all the maps, steel get the same error.
  2. I figured it out 2 minutes before i posted that. I maked that way too, thanks anyway
  3. How i make the paperdolls to not apear on one map? Like in the map #20 the papperdolls don't appear?
  4. Ok, i used that guide to make the spells need some equips to work, but i want them to need a TYPE of equip (like 2h, or dagger, sworld, mace, etc..) Someone can help me with that? That's the link to the guide: http://www.touchofdeathforums.com/community/index.php?/topic/125343-eo-spells-require-equipment/ Maybe some "check" in the item editor?
  5. Someone can help me with that? I used txtMyChat.text = But dont seems to work, some help here?
  6. I'm having a problem with this, the buff dont end, i mean, you use the buff and never loses the bonus, only when you log off… EDIT: Nvm, maked it work, but i only can see the changes when i change the map |:
  7. Cant make 2 types of weapons, the second one just keep showing lvl 0 and 0/0 exp. or lvl 0 and 100/0 exp.
  8. Wow, i hate to be such a noob with VB6 lol. Thanks Stein.
  9. Shippous

    Solved

    Yeah, any size work, just need to be a 4x4
  10. When i save a Buff/Debuff spell i gor an error on server, in this lane: CopyMemory ByVal VarPtr(Spell(spellnum)), ByVal VarPtr(SpellData(0)), SpellSize Only when i set some spell as buff/debuff. Later i'll post a print, no time now ); Help please ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons//biggrin.png) I think that this have something to do with the **real defense?** **Someone have the link?:**
  11. Tryed it on 3.0.10, everything works fine but the comands dont work. If i type /guild make Blablabla nothing happens .-. But if i only type /guild make, then i receive the error message e.e
  12. Ok, my objective is to change the sprite of the character when he enters in a map. How i make this work?
  13. Function GetPlayerMap(index) As Long Dim i As Long For i = 1 To MAX_MAPS If GetPlayerMap(i) = 2 Then TempSprite = 7 End If End Function Ok, this will work? And where i need to put it? D:
  14. McAdams, trying to do that, but the problem is: The papperdoll is bigger then the character (i want to cover a part of it). So, he dont fit in the Character Sprite, but, nvm, i changed some things and now it works ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons//biggrin.png)
  15. I have some paperdolls bigger then my character (proposital) and i cant center then with the character sprite, they appear at the right botton. Some help?
  16. Please, someone reupload the files D:
  17. Perfectly work in 3.0.8. Thanks ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons//biggrin.png) Sry Double post.
  18. My problem was the same as quintensky. You missed that thing in the tutorial? ):
  19. EA 3.0.8 When i try to compile de Server: Compile Error: Method or Data member not found In the lane: TempPlayer(index).tmpGuildInviteId = Player(Inviter_Index).GuildFileId In Request_Guild_Invite
  20. i can put a giant papperdoll in front of my character lol. But thanks, i'll think and try to figure it myself, your answear give me some ideas ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons//biggrin.png)
  21. Thanks, i'll use some tutorials (like the transformation one) to take as base, thanks ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons//biggrin.png)
  22. Eclipse Advanced 3.0.8 Ok, i can use events to change the player Sprite, but how i make it back to the original? Someone can help me with that?
  23. CTRL +F If you dont know where is the thing you are searching, just click to search in the project.
×
×
  • Create New...