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

delgado88

Members
  • Posts

    24
  • Joined

  • Last visited

    Never

Everything posted by delgado88

  1. @Robin: > @delgado88: > > > Please dont be vulgar, if you do not know don't answer > > if you dont handle this > > Do not know? It's my bloody source code. I know everything there is to know about it. I just told you what to do. I'm not going to pleasant about it when all you've done so far is go around the various tutorials blaming the creators for your own idiocy. Well im not a programmer, but i want to learn something if you do not have anything against You answer dont help me, even if you are main programmer of this Eclipse And if you know answer and you answer in such that style? i does not want such answer
  2. @Robin: > Vanilla copy means a copy you haven't stuck your dick in and ruined. Please dont be vulgar, if you do not know don't answer if you dont handle this
  3. vanilla copy of Origins? What is this? Where i find this?
  4. What i must do now? I have that kind of problem with all tutorials
  5. when i compile the code i got this error ;/
  6. If i compile code from server side i got this error
  7. If I trying to compile all the window show me "Premission denied" And " Compile error Variable not defined" anyone have this problem?
  8. the tutorial should be write again, now more nicely and more carefully.
  9. this tutorial is unclear because i make all as you said in the tutorial and nothing new happens. you should upload the ready file
  10. Where i find "Sub CanPlayerAttackNPC:" ? :huh:
  11. I know where are the tutorials to this, but there will be more in the future and they really will make up this the half of the success of this programme. I think Robin should be add tutorials code to his code near the next version.
  12. you should improve a few things -more the gold dropping out from monsters, now maximum is 255 -more items to buy in shop, now maximum is 5 items -more items received from monsters ofter death, now is 1! Check this out
  13. ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' Module: OnDeath.ess ' ' Author: Stephan J.R. van Schaik ' ' Date: August 30th, 2009. ' ' Version: 1.0.0 ' ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' Function: OnDeath ' ' Brief: executes when a player dies outside of an arena. ' ' Parameters: ' ' Index: the index number of the player who died. ' ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Sub OnDeath(Index) If GetMapBootMap(Index) > 0 Then Call PlayerWarp(Index, GetMapBootMap(Index), GetMapBootX(Index), GetMapBootY(Index)) Else Map = CInt(GetVar("Classes\Class" & GetPlayerClass(Index) & ".ini", "CLASS", "Map")) X = CInt(GetVar("Classes\Class" & GetPlayerClass(Index) & ".ini", "CLASS", "x")) Y = CInt(GetVar("Classes\Class" & GetPlayerClass(Index) & ".ini", "CLASS", "y")) Call PlayerWarp(Index, Map, X, Y) End If Call SetPlayerHP(Index, GetPlayerMaxHP(Index)) Call SetPlayerMP(Index, GetPlayerMaxMP(Index)) Call SetPlayerSP(Index, GetPlayerMaxSP(Index)) Call SendPlayerData(Index) End Sub
  14. when my character is dying this error is jumping out. when I am pressing ok in the window with client, window is shutting he won't give sie this way to play ;/ Im using eclipse STABLE
  15. "I'm guessing he wants to know where he can edit the amount of points you're awarded on level up." Yes :)
  16. I found bug in the shop. When i buying, objects are for sale, but only first five it is possible to buy have a look at it –-------------------------------- .An i have question to Robin Where I can edit learning points the ones after getting the higher level ?
  17. He is of theses bug in the shop. Objects are for sale but only first five it is possible to buy have a look at it
  18. I have vb but which file I must edit? –------------------------------------ OK I FOUND THIS IN modPlayer :) WORK FINE :)
  19. Strange because did I inspect the entire forum and nobody is complaining about it, perhaps I should put something in still? They are curing Potion without the problem. I am doubting whether in the code I could make some mistake after re-installing of the program I inspected the first goblets and bug is repeating itself
  20. Like in the subject when i cast healing spell. I cast healing spell +40 hp Mana has been substract but HP is still 18 !
  21. So this happen when I edit map and tries save it
  22. Hello. Im using a Eclipse Origins and when I use map editor… I have this. look http://c.wrzuta.pl/wi18487/e406d8c5000490094bdcbb45/0/bug How I fix this?
  23. Hello. Im new here. I want ask you, where i find Eclipse Origins and download?
×
×
  • Create New...