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

[EO] Report CONFIRMED Bugs Here


Robin
 Share

Recommended Posts

  • Replies 368
  • Created
  • Last Reply

Top Posters In This Topic

Fixed it :)  just have to delete    ' dont let them forget a spell which is in CD
    If TempPlayer(Index).SpellCD(spellslot) > 0 Then
        PlayerMsg Index, "Cannot forget a spell which is cooling down!", BrightRed
        Exit Sub
    End If

under

' Check for subscript out of range
    If spellslot < 1 Or spellslot > MAX_PLAYER_SPELLS Then
        Exit Sub
    End If
Link to comment
Share on other sites

@BillPreston:

> I have try to get this speech to work also, it does not show Up on screen. also my NPC walk without walking does that make sense?
>
> I mean they will move, but no legs move, they look like sliding like gumby, this is very buggy engine.

And yet none of that happens for me or anyone else as far as I know.

What the hell did you do?
Link to comment
Share on other sites

Adding a 6th stat doesnt seem to get loaded into the buffer.
I tried twice on two fresh downloads and got the same results.
I ensured the 6th stat was above stat_count in both projects and it's label was properly indexed.

I havent tested it it functions properly otherwise but its ability to be displayed doesnt seem to work.
I requested to have others try it for further confirmation but no responses.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...