Jump to content

chronick

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

chronick's Achievements

Poring

Poring (1/15)

0

Reputation

  1. how about the hair color?
  2. how can I add this to my server? I also want to have mounts in my server.
  3. {bonus2 bSubEle, Ele_Holy, 15; bonus2 bSubEle, Ele_Dark, -10; if(BaseClass == Job_Acolyte) { bonus2 bSubRace, RC_DemiHuman, 5; bonus bHealPower, 5; bonus2 bSkillAtk, "AL_HOLYLIGHT", 15;} As you can see on the script, the Item gives: Gives +3 INT, and +2 DEX. [Effects] +15% Resistance to Holy Element +10% Weakness against Shadow / Dark Element. [Alcolyte Class] Gain an additional +5% Resistance against Demi-humans,+5% Heal Effectiveness Increased and +15% Increased Holy Light Damage. but seems like there's an error in my script. mapserv-sql says "Unexpected End of Script" "parse_line: expect command, missing function name or calling or undeclared function" I hope someone could help me, any help would be very much appreciated
  4. your codes have errors [Error]: Loading NPC file: npc/dro/jobmaster.txt script error on npc/dro/jobmaster.txt line 7 Unexpected newline at string. 2 : 3 : mes "Which Job Would you like?"; 4 : menu "Super Novice",L_super,"Ninja",L_ninja,"Soul Linker",L_soul,"Taekw on Master",L_master,"Gunslinger",L_gun,"Lord Knight",L_lk,"Paladin",L_pally,"Hig h Priest",L_pri,"Champion",L_champ,"High Wizard",L_wiz,"Professor",L_pro,"Whites mith",L_white,"Stalker",L_stalk,"Sniper",L_sni,"Creator",L_cre,"Assassin Cross", L_ass,"Clown/Gypsy",L_clown; 5 : L_clown: 6 : charcommand strcharinfo(0)+":#job 4021 "+@player$+"; * 7 : goto therest; 8 : end; 9 : L_ass: 10 : charcommand strcharinfo(0)+":#job 4013 "+@player$+"; 11 : goto therest; 12 : end; yes I'm using tab in the firstline.
  5. My NPC won't show up prontera,154,186,6 script Job Master 808,{ mes "[Job Master]"; mes "Which Job Would you like?"; menu "Super Novice",L_super,"Ninja",L_ninja,"Soul Linker",L_soul,"Taekwon Master",L_master,"Gunslinger",L_gun,"Lord Knight",L_lk,"Paladin",L_pally,"High Priest",L_pri,"Champion",L_champ,"High Wizard",L_wiz,"Professor",L_pro,"Whitesmith",L_white,"Stalker",L_stalk,"Sniper",L_sni,"Creator",L_cre,"Assassin Cross",L_ass,"Clown/Gypsy",L_clown; L_clown: charcommand strcharinfo(0)+":#job 4021 "+@player$+"; goto therest; end; L_ass: charcommand strcharinfo(0)+":#job 4013 "+@player$+"; goto therest; end; L_cre: charcommand strcharinfo(0)+":#job 4019 "+@player$+"; goto therest; end; L_sni: charcommand strcharinfo(0)+":#job 4012 "+@player$+"; goto therest; end; L_stalk: charcommand strcharinfo(0)+":#job 4018 "+@player$+"; goto therest; end; L_white: charcommand strcharinfo(0)+":#job 4011 "+@player$+"; goto therest; end; L_pro: charcommand strcharinfo(0)+":#job 4017 "+@player$+"; goto therest; end; L_wiz: charcommand strcharinfo(0)+":#job 4010 "+@player$+"; goto therest; end; L_champ: charcommand strcharinfo(0)+":#job 4016 "+@player$+"; goto therest; end; L_pri: charcommand strcharinfo(0)+":#job 4009 "+@player$+"; goto therest; end; L_pally: charcommand strcharinfo(0)+":#job 4015 "+@player$+"; goto therest; end; L_lk: charcommand strcharinfo(0)+":#job 4008 "+@player$+"; goto therest; end; L_gun: charcommand strcharinfo(0)+":#job 24 "+@player$+"; goto therest; end; L_master: charcommand strcharinfo(0)+":#job 4047 "+@player$+"; goto therest; end; L_soul: charcommand strcharinfo(0)+":#job 4049 "+@player$+"; goto therest; end; L_ninja: charcommand strcharinfo(0)+":#job 25 "+@player$+"; goto therest; end; L_super: charcommand strcharinfo(0)+":#job 23 "+@player$+"; goto therest; end; therest: charcommand strcharinfo(0)+":#blvl 500 "+@player$+"; charcommand strcharinfo(0)+":#jlvl 120 "+@player$+"; charcommand strcharinfo(0)+":#allskill "+@player$+"; end; }
  6. Help! I'm having problems with my client, I'm using Renewal_Project_eA_r14811 if that changes anything. I have Skill Points but when I add up skills and click apply it doesn't add up. I have searched the forum and the internet and no one worked for me, any help will be much appreciated!
×
×
  • Create New...