Jump to content

BeWan

Members
  • Posts

    403
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by BeWan

  1. BeWan

    Fake Player

    This is the script or the topic i want to add facing like in the npc.
  2. how to add facing option? thanks something like this <map>,<x>,<y>,<facing> it would look like this on script .@monster_gid = fakeplayer( "prontera", 150, 150,<FACING>, .@Input$, .@job, .@sex, .@hairstyle, @haircolor, .@weapon, .@shield, .@tophead, .@midhead, .lowhead, .@dye, 0 ); i tried to edit the src part and compile got error.
  3. BeWan

    Rental NPC Shop

    its working. thank you
  4. Anyone here have rental npc shop? like in the normal quest npc you can choose items and view the materials. Thanks in advance.
  5. tested and working.. https://rathena.org/board/topic/82415-afk-command/
  6. BeWan

    CAP Aspd

    try it. and it's working tried and tested.
  7. BeWan

    CAP Aspd

    you dont really understand or get it? you can control the aspd by adjust this bonus bAspdRate,10; or bonus bAspdRate,90;
  8. BeWan

    CAP Aspd

    YES. by doing this. if(BaseClass==Job_Mage||BaseClass==Job_Archer) { bonus bAspdRate,10; or bonus bAspdRate,-10; } else if(BaseClass==Job_Swordsman||BaseClass==Job_Thief) { bonus bAspdRate,10; or bonus bAspdRate,-10; }
×
×
  • Create New...