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

Ananke

Members
  • Posts

    49
  • Joined

  • Last visited

    Never

Everything posted by Ananke

  1. Hi The problem appears when the map is scrolling, then chat trying to scroll along with the map, but he's backing on it position after 0,5 sec. Need help :) Edit: problem resolved.
  2. i've got "FindNPCInRange' error eo 3.0
  3. > 2 days ago Mogui add source code ;] look at forum. Could You give direct ling to this topic?
  4. i did it. edit: ok i got it3 Sub SetPlayerStat(ByVal Index As Long, Stat As Stats, ByVal value As Long) ' If debug mode, handle error then exit out If Options.Debug = 1 Then On Error GoTo errorhandler If Index > MAX_PLAYERS Then Exit Sub If value MAX_byte Then value = MAX_byte **
  5. now there's problem with clinet, it's doesn't show more than 255 points :(
  6. ``` Public Sub SetPlayerStat(ByVal index As Long, ByVal Stat As Long, ByVal Value As Long) Player(index).Stat(Stat) = Value End Sub ``` when i try to add 256 point i have problem over here :(
  7. Ah i forgot to change for longs. Thanks i wll check it later
  8. Hi, There's possibility to break the 255 playerstats limit? Best Regards
  9. > your damage is based on a bit of a weird calculation, actually. (some engines use a different formula) Not too hard to find out what your engine uses though, it should be in modCombat. (GetPlayerDamage, I believe) Im working on EO3 event. I know where is it, but i don't know how to "read" it to client
  10. even simple damage from item + player stat strength, for example? I'm not talking about what dmage i can do to NPC or other Player.
  11. So as the topic i try to show damage and defece in character card, but im noob in VB, and i need You help. I searched the whole forum i didn't find tutorial. Thank you in advance for your help Best regards
  12. Hi, I'm looking for enchanting system, like enchant item with enchant stone from sword to sword 1, then sword 2 ect. Best Regards
  13. Hi Mortal, This Image pickCharacter still doesn't work. Could You upload it again?
  14. Ananke

    Attack speed

    Hi I have some problem, i'm working on TE. There is possibility do this: when you give more points to "speed" your attackspeed will grow. I try to change something in source but it dont give result, then i wanna ask you for that. best regards
×
×
  • Create New...