Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Posts posted by Mhalicot


  1. Show me some of your example works. Both engine scripting as well as src mods. You can private message me in this forum with links to your work.

     

    Nasa Filipino community ka po.. pakiusap gamitin ang wika na nararapat :)


  2. Hindi ko po alam kung pano mag configure ng server. Pero nag papahost po ako sa gameonhost.com. Pero kailangan pa po isetup ung mga Control Panel Patchers at kung ano ano pa. Sana po may tumulong sakin.

     

    May mga available na guide dito sa hercules.. subukan mo munang sundan yun.. tapos kung may problema ka tanong mo nalang dito..


  3. because you did not add proper checking for wearer's job.. you must add if statement.. for example:

    if (BaseJob == Job_Knight) {		OnEquipScript: <" changebase Job_Knight; ">	} else if (BaseJob == Job_Priest) {		OnEquipScript: <" changebase Job_Priest; ">	} else if (BaseJob == Job_Wizard) {		OnEquipScript: <" changebase Job_Wizard; ">	} else if (BaseJob == Job_Blacksmith) {		OnEquipScript: <" changebase Job_Blacksmith; ">	} else if (BaseJob == Job_Hunter) {		OnEquipScript: <" changebase Job_Hunter; ">	} else if (BaseJob == Job_Assassin) {		OnEquipScript: <" changebase Job_Assassin; ">	} else if (BaseJob == Job_Crusader) {		OnEquipScript: <" changebase Job_Crusader; ">	} else if (BaseJob == Job_Monk) {		OnEquipScript: <" changebase Job_Monk; ">	} else if (BaseJob == Job_Sage) {		OnEquipScript: <" changebase Job_Sage; ">	} else if (BaseJob == Job_Rogue) {		OnEquipScript: <" changebase Job_Rogue; ">	} else if (BaseJob == Job_Alchemist) {		OnEquipScript: <" changebase Job_Alchemist; ">	} else if (BaseJob == Job_Bard) {		OnEquipScript: <" changebase Job_Bard; ">	} else if (BaseJob == Job_Dancer) {		OnEquipScript: <" changebase Job_Dancer; ">	} else end;

    if the char job is Ninja, SL, SG, GS nothing will happen.


  4. Sir how about this

     

    if i wear the item named "Costume of Youth"

     

    if my Job is Paladin =  //change my Current Job Sprite   to Crusader Sprite

    Assasin Cross = // Assasin

    Stalker = // Rouge

    Champion = // Monk

     

    And so on ...

     

     

    in just On Custom suit  item??

     

    Lemme know bro , thankyou in advance

    Just replace

    	OnEquipScript: <" changebase Job_Novice; "> // Changes player to Novice sprite. Replace with any Job Sprite you want.	OnUnequipScript: <" changebase Class; "> // Changes player back to default sprite.

    you can check all possible job in const.txt


  5.  

     

     

     

     

     

     

    I would love to know if you can put Porings in a custom map and not allow players to attack these Porings !!! Thank you

    setwall '-'

     

     

    I search on ...

     

    http://rathena.org/wiki/setwall

    http://rathena.org/wiki/setcell

     

    Why refering to rAthena's Wiki?

     

    Hercules has its own Wiki.. please refer on it..

    [WIKI]Setcell

    [WIKI]Setwall

     

    excuse me but the wiki hercules and a little confused and also is not complete ... have things like in "comands script" that is missing ...

     then I end up using the most rathena not okay I'll post more about rathena ^^

    If there is missing.. please notify me or you can contribute in wiki to add the missing script that you said.. its better to use Hercules wiki if the script is there, since you are in Hercules forum.. Thanks ;)


  6. i really review many time where i forgot to place the right-curly.

    i used notepad++ and i see its all the curlys match

    There is no problem in your ayothaya script..

    the problem is in prontera..

     

    search for this 

    	.@i++

    replace with

    	.@i++;

    you forgot to add semi colon on it.. I think there are 6 of them.. add semicolon and it will work fine..


  7. I Succesfully Managed the costume system 2.1.diff  in my src with no error in compiling, but i can't still click the Clown NPC

    and still got this [Error]:

     

    21m9qg6.jpg

    Means you did not succeed in applying *costume system in your source... please double check it..

     

    and Please avoid double posting... you can edit your previous post and add there the idea that you have.

×
×
  • Create New...

Important Information

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