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

delgado88

Members
  • Posts

    24
  • Joined

  • Last visited

    Never

delgado88's Achievements

Newbie

Newbie (1/14)

0

Reputation

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