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

Knuckles

Members
  • Posts

    19
  • Joined

  • Last visited

    Never

Knuckles's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. oh wait. i made a mistake. because i couldnt find this For i = 1 To MAX_BYTE Call BltActionMsg(i) Next i
  2. i added after i took that pic. but it doesnt work.
  3. http://i52.tinypic.com/2lmlaja.png
  4. i did but i still have the same mistake
  5. i still have the same error
  6. it doesnt work i tried twice but i still got error >! ![](http://i52.tinypic.com/2lmlaja.png)
  7. anywhere in server is ok ?
  8. **where sould i add this codes to ? client or server ?** ``` '******************************* Sub SpriteLevel(index) '******************************** On Error Resume next If GetPlayerSprite(index) = 5 Then If GetPlayerLevel(index) = 15 Then Call SetPlayerSprite(index, 253) Call SendPlayerData(index) Call PlayerMsg(index, "Now you looking better", 14) End If End If End Sub ```
  9. is there any tutorial can teach me how i can do that :/ ?
  10. i saw it in robin's game. when you write sth in chat, what you wrote appears on your head as a chat balloon. how can do it for my game ?
  11. i want to change player's sprites according to their level i have this code ``` '******************************* Sub SpriteLevel(index) '******************************** On Error Resume next If GetPlayerSprite(index) = 5 Then If GetPlayerLevel(index) = 15 Then Call SetPlayerSprite(index, 253) Call SendPlayerData(index) Call PlayerMsg(index, "Now you looking better", 14) End If End If End Sub ``` but how can i make this different for every classes ?
  12. Knuckles

    Tilesets ?

    i have 60 titlesets. but in map editor, i can use only 15 of them. how can i add the others ? ( ive already put them to the titlesets dic.)
  13. Knuckles

    Config.ini ??

    thank you. i did it :))
×
×
  • Create New...