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. There's an error with the starting spells you set in your classes file. This is a quick fix. **-Server-side-** In modDatabase Find: ``` If Len(Trim$(Spell(Class(ClassNum).StartItem(n)).Name)) > 0 Then ``` And change it to: ``` If Len(Trim$(Spell(Class(ClassNum).StartSpell(n)).Name)) > 0 Then ``` That's it, enjoy.
  2. sirsk8aton

    Smithing

    Lol^ Nice way to put it.
  3. @Cerci http://www.touchofdeathforums.com/smf/index.php/topic,69167.msg744246.html#msg744246
  4. If I implement this do I have to remake all of my items?
  5. Also, "attack on sight" npc's won't attack admins.
  6. RSC was the shit back in the day. It was actually my first MMO. Now, I agree the updates suck. They changed so much that it made the feel for the game completely different.
  7. Well stick around and learn to create games :P
  8. Eclipse is indeed, not a game, but an engine for creating your own.
  9. What I'm trying to do is edit attack speed. I'm in modCombat in the CheckAttack function. I'm messing with this: ``` ' attack speed from weapon If GetPlayerEquipment(attacker, Weapon) > 0 Then attackspeed = Item(GetPlayerEquipment(attacker, Weapon)).Speed Else attackspeed = 1000 End If ``` I tried changing : ``` attackspeed = Item(GetPlayerEquipment(attacker, Weapon)).Speed ```to: ``` attackspeed = 500 ```(just for testing) And that doesn't change my weapons attack speed of 1000ms so I'm kind of confused how it works. Could anyone help me out with this?
  10. Ah, very nice. I've still yet to figure out how I want to do the farming. As for CS, can't wait to see it and the eventing system put to action.
  11. Robin, that looks awesome. Did you ever end up completing it? And thanks Andi!
  12. Meh likey deh chrome. I used firefox for a longgg time without trying chrome. I'm glad I did.
  13. HIPPY Gets the joint Takes a big hit and gains 1 pt pt = 3 Passes it to ↓
  14. Ah I wish. Still haven't gotten into any kind of networking yet :\
  15. @Sick Thanks :P A little more progress: [http://www.youtube.com/watch?v=Gbe3vJBaeeM](http://www.youtube.com/watch?v=Gbe3vJBaeeM)
  16. Exactly^ Really planning on getting a pixel artist eventually though. As for more progress: [http://www.youtube.com/watch?v=lyX9RaRKNow](http://www.youtube.com/watch?v=lyX9RaRKNow) Basic time and day/night system running. Of course it will most likely be tweaked further.
  17. hi everyone im new to this forms and this is a piksure of my doggy? ![](http://www.catfacts.org/american-bobtail-cat-facts.jpg) nie to meat all of u! :)(
  18. Well, I've been working with C++ and SDL and gotten some experience with some dropped projects. So now, I'm working on this Harvest Moon-ish kinda game. It's still in early development and have a lot left to do. For now I am working on the farming mechanisms. A video of my progress this far: [http://www.youtube.com/watch?v=7W0F7uzRDNo](http://www.youtube.com/watch?v=7W0F7uzRDNo) I'm open to suggestions and ideas involving development or gameplay. I will be posting updates as I progress. Also, these graphics are just placeholders until I get some more progress.
  19. HIPPY Gets the joint Takes a big hit and gains 1 pt pt = 3 Passes it to ↓
  20. HIPPY Gets the joint Takes a big hit and gains 1 pt pt = 2 Passes it to ↓
  21. HIPPY Gets the joint Takes a big hit and gains 1 pt pt = 1 Passes it to ↓
  22. sirsk8aton

    [WIP] Tiles

    @♥: > I'm trying to keep it simple, but I think I need to apply your suggestion to the tiled floor. Thanks. I feel ya. At least for the bench try distinguish the back rest and legs by changing the shade of the wood.
×
×
  • Create New...