Jump to content

Batang Kuneho

Members
  • Content Count

    39
  • Joined

  • Last visited

Everything posted by Batang Kuneho

  1. HOW ABOUT The db ? how do i put the skill ? on skill db? did i need src code to?
  2. How to put Skill on Custom icon is any other Guide to do that Costumization skill.? example Parry skill i want to put it on my Custom icon example LU_PAR name of the custom Icon id is 411 skill for star glad i want to put skill on my custom icons like on darkRO . 4047,411,10,3,10,6,5,60,3,0,0,0,0 //LU_PAR#Parrying#4047,444,1,0,0,0,0,0,0,0,0,0,0 //LU_FRENZY#Frenzy#my custom skill 411,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0, LU_PAR,Parrying356,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0, LK_PARRYING,Parrying356,0,0,50,0,0,0,3,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_PARRYING im using it for my custom job i edit the Star Glad Job and i want to put a skill on it .. using my custom icon skill Plss Help More Power and god bless thank you
  3. did make it? i mean you done to make it a skill? how any guide?
  4. how to install this DLL files?!! Any update? or guide?You cannot, I will need to post source... nice IM looking forward for your Source !! +9 !!
  5. Yes im thinking of that but coding the server side will be a different console application and the problem is im coding c++ in Microsoft Visual Studio 2003 so it will be hard time to implement it into an linux systems . Good nice one dude + 1 for you!!
  6. Get the core dump and post it, that may help to pinpoint the issue. //Attempt to use the command if ( (info->func(fd, (*atcmd_msg == atcommand->at_symbol) ? sd : ssd, command, params,info) != true) ) {#ifdef AUTOTRADE_PERSISTENCY if( info->func == atcommand_autotrade ) /** autotrade deletes caster, so we got nothing more to do here **/ return true;#endif sprintf(output,msg_txt(154), command); // %s failed. clif->message(fd, output); return true; } if( info->log ) /* log only if this command should be logged [Ind/Hercules] */ logs->atcommand(sd, *atcmd_msg == atcommand->at_symbol ? atcmd_msg : message); return true;} This What i edit for then change - // Autotrade was successful if standalone is set- if( ((*atcmd_msg == atcommand->at_symbol) ? sd->state.standalone : ssd->state.standalone) )+ if( info->func == atcommand_autotrade ) /** autotrade deletes caster, so we got nothing more to do here **/
  7. Help for Map crash using @autotrade and @at i just change https://github.com/HerculesWS/Hercules/commit/5b21335d6a08b5e9fd514598d40487da9fc9a868 but its same give me crash on 4sec when im done use @autotrade or @at the map is lost connection or crashed without error dont know why!! i will thankfull for the help you gave thanks!!
  8. yes sir clean copy on this website https://github.com/HerculesWS/Hercules yes sir clean copy on this website https://github.com/HerculesWS/Hercules Problem Solve Thank Both of you Sir malufett And Mhalicotmore power both of you!! Problem solve Skill.c problem !
  9. http://pastebin.ca/2967902 here sir did not edit anything on that im using pre-re !
  10. { id: 99 name: "Admin" level: 99 inherit: ( "Support", "Law Enforcement" ) commands: { /* not necessary due to all_commands: true */ } log_commands: true permissions: { can_trade: true can_trade_bound: false can_party: true all_skill: false all_equipment: false skill_unconditional: false use_check: true use_changemaptype: true all_commands: true hchsys_admin: true } } and normal player can use dagger to on any of skill sir malufett
  11. When i use Dagger i can use all the skill like Double strife and Clown Skill to Like arrow vulcan and all the songs! Sonic blow on dagger not like Violin = Clown song and Arrow Vulcan or Sonic blow = Jur pls help using lates Git Hercules version! I will be thankfull for the help !!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.