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

sirsk8aton

Members
  • Posts

    306
  • Joined

  • Last visited

    Never

Everything posted by sirsk8aton

  1. Yep, get better soon man. Glad you had a fun time trippin balls! :D By the way, what the hell'd you do?
  2. I need to make it so while walking left, the shield is above the weapon paperdoll, and while walking right the weapon is above the shield, I have this: ``` ReDim PaperdollOrder(1 To Equipment.Equipment_Count - 1) As Long Select Case GetPlayerDir(Index) Case DIR_UP Player(Index).YOffset = Player(Index).YOffset - MovementSpeed If Player(Index).YOffset < 0 Then Player(Index).YOffset = 0 Case DIR_DOWN Player(Index).YOffset = Player(Index).YOffset + MovementSpeed If Player(Index).YOffset > 0 Then Player(Index).YOffset = 0 Case DIR_LEFT PaperdollOrder(1) = Equipment.Armor PaperdollOrder(2) = Equipment.Helmet PaperdollOrder(3) = Equipment.Weapon PaperdollOrder(4) = Equipment.Shield Player(Index).XOffset = Player(Index).XOffset - MovementSpeed If Player(Index).XOffset < 0 Then Player(Index).XOffset = 0 Case DIR_RIGHT PaperdollOrder(1) = Equipment.Armor PaperdollOrder(2) = Equipment.Helmet PaperdollOrder(3) = Equipment.Shield PaperdollOrder(4) = Equipment.Weapon Player(Index).XOffset = Player(Index).XOffset + MovementSpeed If Player(Index).XOffset > 0 Then Player(Index).XOffset = 0 End Select ``` Would this be the proper way of doing this?
  3. That's for the equipment slots in the character window?
  4. How would I edit where the equipment slots are? My shield and sword stack on each other now.
  5. Is there a way to search the whole visual basic project instead of just a module? I've been trying to figure that out too.
  6. I tried that and it didn't work, maybe I'll give it another go in a little.
  7. Move the armpits down and maybe the body down a little.
  8. Does this work for 2.0? :confused: I tried putting it in multiple times, trying different things people posted afterwords and it didn't work.
  9. I used to play a longgg, long time ago. To tell you the truth I completely forgot about the game. Maybe sometime soon I will install it again and see what's up. Do you have any expansions or just the normal guild wars?
  10. Heh, I just like for people to see who I really am without giving a shit for it. Hence the drinking and smoking. As for the shoes, that was a pretty old picture, from like 2 summers ago.
  11. Here's just a couple :D ![](http://img189.imageshack.us/img189/8171/25408098.png) ![](http://img684.imageshack.us/img684/9131/66602929.png) ![](http://img850.imageshack.us/img850/5342/91162541.png)
  12. Mining 99? Smithing 99? Very nice! :D
  13. Yep, actually just found it with a little more effort. Should have looked a little harder, although thanks for the support.
  14. How would I go about editing NPC names on the map, and player names that display on the map? I just can't seem to find where it is located in the source.
  15. Yes! I have found that already while snoopin through the source. It just seems weird to me when I set the "damage" to 200 and doesn't even make a difference. I could test it a bit more, mess around with it and see what happens. Thanks for the reply though.
  16. That's what I thought at first, but then I looked into the code and couldn't find anything that calculated that in.
  17. Is there actually any armor rating that is calculated in how much damage you receive? I know agility helps lower damage, but the way it looks to me there is no actual armor rating for armors. I tried messing with the "damage" scroll bar tons and it never makes a difference. I also looked into modCombat and couldn't find any armor calculated into the damage. Although, I could be wrong because I'm not very good with the source ;)
  18. Are you sure your doing them right? Look at the examples that come with EO. Make sure they look like that, and each frame is exactly the same size. So the whole sheet will be your frame size x 4 width and x4 height. Also, when you save a file, you have to restart EO completely to refresh it.
  19. I've never seen or had that problem 0.o
  20. @sherlock: > Name:pipinhamster > World:world5 > Skill:level40 in wood cutting. > Skill:level43 in cooking Get them skills up boii ;)
  21. Well yeah, but imagine if it got the 3x boost that all of the other skills get. How fast it is leveling with the spirit kyatt(or whichever it is) you would be trailing through levels if you had the charms and money to spend.
  22. Sucks that summoning doesn't get a boost, although it would be a crazy amount of exp if it was.
×
×
  • Create New...