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

Alchemic-master

Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Alchemic-master's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. can someone direct us to a scripts folder that doesnt get them mixed up, and is compatible with eclipse stable, when i say that, i mean when i copy my old main into the scripts folder replacing everything else except the commands it says scripts could not be found…..
  2. Ok basically the stat magic is speed, and the stat speed is magic. i don't want my players getting mixed up or anything or having to figure it out. So i'm asking for help on figuring out how to fix this. Is there anyway i can just change the GUI when i go to the "character" tab to switch around the magic and speed? Because i already tried switching around the stats entirely and that didn't work… -Thanks PS: an example to make it easier to understand is this. I put a point into speed and it says "You've gained more magic!" and the other way around with magic. It also makes it to where when it says I gain more magic I actually gain more magic (MP)
  3. well… sadly I went there and did as it said, I deleted my items folder and yet i still get the error each time i try and log on...
  4. When i say "Where can i find a mail script?" is meaning i know there is one because i have come across it. I just forgot where it was. If someone would be so nice as to direct me to it, that would be great! :azn:
  5. Ok, i got most of it down, but i still have a few things i want to know. Heres my script for my spell ``` Case 2 Dim Target If GetPlayerTarget(Index) > 0 Then Target = GetPlayerTarget(Index) Call DamagePlayer(Index, Target, 45) Call Spellanim(50, GetPlayerMap(Target), GetPlayerX(Target), GetPlayerY(Target)) Call Spellsnd(50, GetPlayerMap(Target), GetPlayerX(Target), GetPlayerY(Target)) Else Dim Map Map = GetPlayerMap(Index) Target = GetPlayerTargetNpc(Index) Call DamageNPC(Index, Target, 45) Call Spellanim(50, Map, GetNpcX(Map, Target), GetNpcY(Map, Target)) Call Spellsnd(50, Map, GetNpcX(Map, Target), GetNpcY(Map, Target)) End If ```It works fine I dont need help with that. What i do need help with is getting it to make a sound when i cast it, and not being able to cast it on friendly NPCS or Players in a friendly zone. I should also mention i'm using Ecplise Evolution 2.7 On top of all that when i cast it, it doesn't take away any mana, even though i set the requirements of the spell to take away 125 mana when casted.
×
×
  • Create New...