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

Fretless

Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Fretless's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. After I installed this I can no longer equip weapons. I got no clue what I did wrong as every other function seems to work just fine.
  2. This is great. Much simpler than my version was going.
  3. I thought it was working but then I tried testing it out in a video comparison and I can still see no difference between 255 agi and 1 agi. I don't know why it isn't updating.
  4. Ah that makes a lot more sense than the subtraction I was trying to do. Thanks for the advice.
  5. @shonist: > Da faq? > > If you edit the Weapon with 5 of speed… doesnt change?? still atacking at 1 sec? (1000 ms) No the wep will only go by the base attack speed of the item itself. I am trying to get the agility statistic to play a role in speed, and no change I have made seems to have any effect.
  6. I am trying to make attack speed become a more variably different stat. I want to make agility increase attack speed by 1 for each point in AGI. Yet whenever I modify the > ' attack speed from weapon > If GetPlayerEquipment(attacker, Weapon) > 0 Then > AttackSpeed = Item(GetPlayerEquipment(attacker, Weapon)).Speed > Else > AttackSpeed = 1000 > End If Statement I never see a difference in the output. I've tried subtracting stuff like (GetPlayerStat(attacker, Stats.Agility)) which had no effect. I have also tried setting the weaponless attackspeed to 1\. which again made no change. I am doing this all in vb6 btw.
  7. Thanks. It turns out it wasn't in 24b bmp format.
  8. When I try to install new tile sets and I try to select them in the map editor I get "run-time error '53' file not found" How do I fix this? I can install sprites and other images and use them however.
×
×
  • Create New...