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

kokorecxd

Members
  • Posts

    44
  • Joined

  • Last visited

    Never

kokorecxd's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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) ```
×
×
  • Create New...