Jump to content
  • 0

Why i always got this problem.


Michael D.

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   0
  • Joined:  10/28/12
  • Last Seen:  

this is in my healring.txt

//* Healer
//***** By: **************************************************
//* FatterKiller|ROCREW
//**** Current Version: **************************************
//* 1.0
//** Compatible With: ****************************************
//* eAthena SVN
//**** Description: ******************************************
//* Healer
//**** Additional Comments:***********************************
//* 1.0 First version. [Fatterkiller|ROcrew]
//************************************************************
prontera,147,186,5  script Healer  834,{
skilleffect 28,9999;
percentheal 1000,1000;
//skilleffect 378,0; sc_start SC_EDP,360000,5;
 skilleffect 465,0; sc_start SC_KAITE,360000,7;
 skilleffect 464,0; sc_start SC_KAUPE,360000,3;
 skilleffect 463,0; sc_start SC_KAAHI,360000,7;
 skilleffect 462,0; sc_start SC_KAIZEL,360000,7;
 skilleffect 8,0; sc_start SC_ENDURE,360000,10;
 skilleffect 33,0; sc_start SC_ANGELUS,360000,10;
 //skilleffect 45,0; sc_start SC_CONCENTRATE,360000,10;
 skilleffect 74,0; sc_start SC_MAGNIFICAT,360000,5;
 skilleffect 75,0; sc_start SC_GLORIA,360000,5;
 skilleffect 459,0; sc_start SC_ADRENALINE2,360000,1;
 skilleffect 67,0; sc_start SC_SUFFRAGIUM,360000,3;
 skilleffect 34,0; sc_start SC_BLESSING,360000,10;
 skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10;
 skilleffect 112,0; sc_start SC_WEAPONPERFECTION,360000,10;
 skilleffect 113,0; sc_start SC_OVERTHRUST,360000,5;
 skilleffect 114,0; sc_start SC_MAXIMIZEPOWER,360000,5;
 skilleffect 357,0; sc_start SC_CONCENTRATION,360000,5;
 skilleffect 355,0; sc_start SC_AURABLADE,360000,5;
 skilleffect 155,0; sc_start SC_LOUD,360000,1;
 skilleffect 157,0; sc_start SC_ENERGYCOAT,360000,1;;
 sc_start SC_STRFood,360000,10;
 sc_start SC_AGIFood,360000,10;
 sc_start SC_VITFood,360000,10;
 sc_start SC_INTFood,360000,10;
 sc_start SC_DEXFood,360000,10;
 sc_start SC_LUKFood,360000,10;
 sc_start SC_HitFood,1200000,30;
 sc_start SC_FleeFood,1200000,30;
 sc_start SC_BATKFood,1200000,10;
 sc_start SC_MATKFood,120000,10;
 skilleffect 380,0; sc_start SC_TRUESIGHT,360000,5;
 skilleffect 361,0; sc_start SC_ASSUMPTIO,360000,5;
 sc_start SC_ASPDPOTION2,360000,0;
 sc_start SC_CP_WEAPON,360000,10;
 sc_start SC_CP_SHIELD,360000,10;
 sc_start SC_CP_ARMOR,360000,10;
 sc_start SC_CP_HELM,360000,10;
 specialeffect2 300;
 sc_start SC_WINDWALK,360000,5;
 emotion e_kis;
 close;
}

123-89704.jpg

Edited by Emistry
Please use [CODEBOX] or Attachments for long contents.
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2351
  • Joined:  10/28/11
  • Last Seen:  

tab in script header.

otmpx.png

you should spent some time to read the error messages....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  318
  • Reputation:   37
  • Joined:  12/30/11
  • Last Seen:  

prontera,147,186,5 (TAB)script(TAB)Healer(TAB)834,{

be sure too use the TAB between the map coords etc

edit : Emisty was faster :(

Edited by Emistry
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   0
  • Joined:  10/28/12
  • Last Seen:  

is this script is right?

prontera,151,188,5  script PVP Warper 834,{
*warp "<guild_vs2>",<x>,<y>;
*getitem <7227>,<1>{,<account ID>};
OnPCKillEvent:
//This special label triggers when a player kills another player. The variable 'killedrid' is set to the ID of the player killed.
*percentheal <5000000>,<320000>;
{
*sc_start	 <effect type>,<ticks>,<extra argument>{,<GID>};

btw. thanks emistry and ossi.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

It's far from finished...

You can't just use other's post and make a NPC, you have to modify it a little bit.

http://rathena.org/board/topic/73553-pvp-warper-and-healer-with-auto-healbuffand-fcp/#entry152574

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  390
  • Reputation:   27
  • Joined:  07/12/12
  • Last Seen:  

this is your line 13:

prontera,147,186,5 script Healer 834,{

what you need to do is replace those space with <TABS> using the "tab button" when editing the script on note pad.

prontera,147,186,5<TAB>script<TAB>healer<TAB>834,{

there should only be THREE(3) tabs in the header of the script.

Edited by stydianx
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...