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

kokorecxd

Members
  • Posts

    44
  • Joined

  • Last visited

    Never

Everything posted by kokorecxd

  1. i think this isnt pet system.i think this made with Call SetPlayerSprite(Index,num).but anyway nice work
  2. are you using antivirus program?if you are using nod32 or smart security you need delete.(i think).
  3. are you using antivirus program?if you are using nod32 or smart security you need delete.(i think).
  4. idk, maybe i can do it.but i have another ideas.
  5. Hello There, This is my first Vb tutorial.this is my own idea.Code is showing player's level with playername in messages. Special Thanks To: Mike Code: First of all,open your server source>modHandleData and find this code: ``` Call MapMsg(GetPlayerMap(Index), GetPlayerName(Index) & ": " & Message, SayColor) ``` change it with this code: ``` Call MapMsg(GetPlayerMap(Index), GetPlayerName(Index) & "(" & GetPlayerLevel(Index) & ") : " & Message, SayColor) ``` Done! if you didn't understand of my writings look attach. Thanks.
  6. i am double clicking 2\. spell and it going in action bars.and i am clicking 3\. spell in spells box and it going in actions bars.but when i click images on action bars it hitting 1\. spell in my spell box.it dont hit 2\. spell or 3\. spell.it is hitting only 1\. spell. sorry for bad english :)
  7. i made but bars always hitting 1\. Spell why?
  8. @Zamin: > Hello, > > Ok, I am having a few problems when I try to make the .exe file with this code. > > In frmMirage in **Private Sub Image5_Click()**, I get an error in line > ``` > Image5.Picture = Image16.Picture > > ```of Image16 that 'Variable no defined'. > > Also, for modHandleData in service source in **Sub HandleData**, I get an error in case > ``` > Case "loadspell1" > FileData = ReadINI("SK1", "sid", App.Path & "\Scripts\db\" & GetPlayerName(Index) & ".ini", vbNullString) > Call SendDataTo(Index, "getspell1" & SEP_CHAR & FileData & END_CHAR) > Exit Sub > > ```of FileData that 'Variable no defined'. > > Please help me on this. > > -Thanks in advance some errors for me.please help us.why we are getting this errors?
  9. i was got this error.i did refresh my gui files and problem fixed.you can refresh graphic files in gui>custom
  10. i found error change this: ``` Set DD_96SpriteSurf = DD.CreateSurfaceFromFile(App.Path & "\GFX\96Sprites.bmp", 96DDSD_Sprite) ``` with: ``` Set DD_96SpriteSurf = DD.CreateSurfaceFromFile(App.Path & "\GFX\96Sprites.bmp", DDSD_96Sprite) ```
  11. no i aren't moving to a new map while editor is open.i'm not so stupid!
  12. i can't move maps to 2.8 because i am edited my client.
  13. @Admiral: > B) you can fix the problem in the engine's source code; here are two solutions: > http://www.touchofdeathforums.com/smf/index.php/topic,45645.0.html > http://www.touchofdeathforums.com/smf/index.php/topic,46808.0.html both doesn't work
  14. i am using 2.7 and this problem began a new
  15. hello, When I want to move to an empty map i'm getting this error and game freezing.can you help me? Thanks.
  16. no with scrolling 0.for example like sro or knight like .we will go straight.we wont use "Receiving Map".
×
×
  • Create New...