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

Knuckles

Members
  • Posts

    19
  • Joined

  • Last visited

    Never

Everything posted by Knuckles

  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 :))
  14. Knuckles

    Config.ini ??

    i want to block people changing my clients ip adress. can i do that ?
  15. Knuckles

    Autoupdater ?

    i just got it :D thanks for your help
  16. Knuckles

    Autoupdater ?

    how can i change client version number ?
  17. Knuckles

    Autoupdater ?

    i am using eclipse multi-purpose autoupdater. but i didnt like it. players download the new version only if they want. but i want to make them have to dowload the new version when they opened the client. how can i do that ? :confused:
×
×
  • Create New...