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

VitinhooxD

Members
  • Posts

    1365
  • Joined

  • Last visited

    Never

Everything posted by VitinhooxD

  1. Woo Hoo here's a prewien of the Pet Sheet(UPDATED)!! ![](http://www.freemmorpgmaker.com/files/imagehost/pics/8025f5151872a51ec743723368b7c284.bmp) PS:This was made by SadScript!
  2. Pet Sheet Template Released!! ![](http://www.freemmorpgmaker.com/files/imagehost/pics/0fa9e7db4190579bbb09a1ea0e03011d.jpg) =D
  3. yeahhh!! I'm preety sure that this will work!But and the Pet str pet def pet speed and magi?
  4. Wow , now Ridrik i need the location of the vars of the pet status ( level name exp) to I make a PetSheet , like a charracter sheet for pets!(with custom menu!)
  5. Prewien of the attack of the pet ``` Sub PetAttack(Index, Damage) Dim rnd Dim str Dim target If GetPlayerPet(index) > 0 Then target = GetPlayerTarget(index) Damage = GetPetSTR(GetPlayerPet(index) , GetPlayerMap(index)) * 2 str = GetPetSTR(GetPlayerPet(index) , GetPlayerMap(index)) rnd = (str , 100) Select Case rnd Case Else If Int(Damage) > 0 Then If Int(GetPlayerTarget(Index)) > 0 Then Target = GetPlayerTarget(Index) Call NPCAttack(GetPlayerPet(index)) , Target, Damage) Else Target = GetPlayerTargetNPC(Index) Call NPCAttack(GetPlayerPet(index)) , Target, Damage) End If End If Else Exit Sub End If End Select End Sub ```then call in SUb OnAttack(index) PetAttack(index) NOTE you will need the two function i said!
  6. SO enter in the channel is better talk in real time
  7. Please guys , downlaod Mirc i'm making a chat channel to us Channel name EclipsePetSystemChat PAss : 15975300
  8. Bloodmyst when the player spwans the pet you put , some vars of the pet level strengh etc? EDIT : SUGGEST: make a command like GetPlayerPet(index) if it i'm sure i can do the pet attack system!
  9. better we talk via msn in real time =D mcnugget add me [email protected]
  10. want help with the attack script? i think i can help!
  11. Can i make the attack via sadscriting? I have i idea that really should work
  12. hmm. PM me when you need sad script ok?
  13. lol i got it working on my game put like this: Call ScriptSpawnNpc(1, GetPlayerMap(index) , ""& GetPlayerX(index) + 2 , ""& GetPlayerY(index) , (NPC NUM)) in npc num put the NPC num =X
  14. hmm , should be to summon teh pet Call ScriptSpawnNpc(ByVal MapNpcNum As Long, ByVal MapNum As Long, ByVal spawn_X As Long, ByVal spawn_Y As Long, ByVal NPCnum As Long)
  15. wowwww i think i found i way to the pet attack!!! VIA SADSCRIPT!!(don't know if will work!)
  16. @Bloodmyst: > BTW vitinhooxD if you want to help weve got a scripting part to this system too. Ok =) , can the developers talk via msn to evite flood?
×
×
  • Create New...