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

DyceDarg

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

DyceDarg's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. ok,i make a Timer script,but when i put the Remove Timer, i get RTE5 (i use Eclipse Evolution V1 Source) here my code on Scripted Spells If GetPlayerTarget(index) > 0 Then Call SetTimer("tmrTest4 " & index & ",3", 10000) Call SetPlayerDEF(GetPlayerTarget(index), GetPlayerDEF(GetPlayerTarget(index)) - 30) Call SetPlayerMP(index, GetPlayerMP(index) - 10) Call Sendstats(GetPlayerTarget(index)) Call battlemsg(index, "Script is Fine", 12, side) Here my Timer Sub TMRTEST4(index, script) Call playermsg(index, "Buff endes", 11) Call SetPlayerDEF(GetPlayerTarget(index), GetPlayerDEF(GetPlayerTarget(index)) + 30) Call RemoveTimer("tmrtest4 " & index & ",") End Sub Whats wrong?? and one more thing,if i remove the "3" on this line Call SetTimer("tmrTest4 " & index & ",3", 10000) the script dont call the timer,so i dont understand whats is this, waiting for help,thanks
  2. i need of a source edit to the player auto-target the nearest npc´s how can i do that?
  3. if getnpcx(2, 1) = GetPlayerX(index)+1 then Call SpellAnim(3, GetPlayerMap(index), GetPlayerX(index)+1, GetPlayerY(index)) Call Playermsg(index, "Good one", 13) whats wrong? i want call a animation only if the npc X is = the player x+1 but this script dont work,thanks whats Wrong so? thanks
  4. Hi,i need a little help,i want use VB commands in Main Scripts,and scripts Commands in VB,like when i talk with a npc CustomSourceWindow= True or when in vb i use Commands like Spawn npc is this possible?? Thanks
  5. Hello to everyone,i got some problems And questions With Eclipse Source. i´m usin the version "EE_V1_Debugged_Source" i got problems with 2.5 and 2.6 i will post them later. very well,here go my questions i need of a Vip system(Credit system) that Give player a "Especial" Acess,lets say that special acess is acess "8" and he only get this acess only for 30 Days(one mounth)Them the acess Back to Normal (the acess days will on the windows Clock Days) on Client Side,make a Painel,with a command button to add this acess to a player(writing the name of player on the painel) (i know how make painel,and command buttons on Vb,thats no problem,i only need the code) i thin in 2 ways,this acess go Direct to the Player character Txt or creat a .ini file for evert Player that contains the especial acess(vip) and make a especial tile block,only vip players can pass(ok,i think this is easy) Then,i Need a "buff spell" (yes,i look in this whole forum and i dont find one scrip thats works)simple buffs like +3 str etc. and the Areal Spells like ,the spell active on all tiles in the map,and repeat the spell animation on allthe tiles(for Normal spell Animations) i dont i´m a "lazy Developer" But after 3 days of Research i dont Find Ansewrs for this problems and sorry for my english,its not my country luanguage. (my 2.6 problems is,every time i change The Game screen on source,The Character sprites got bugged,he image got Cloned,a ghost sprite shining,and a lot of mess,2.5 are corrupted files and dont have 2.4 here to download) Thanks for the help
×
×
  • Create New...