Jump to content

ajoope

Members
  • Content Count

    6
  • Joined

  • Last visited

Posts posted by ajoope


  1. On 7/14/2019 at 5:15 PM, Dastgir said:

     

    It's because the plugin (https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/npc-duplicate.c) has changed it's syntax

    So, do the following in campfire.txt, Change

    duplicatenpc("Campfire#CF", "Campfire", sprintf("CF_%d", .@curr_char_id), .@mapname$, .@mapx, .@mapy, 0);

    
    duplicatenpc("Campfire#CF", "Campfire", sprintf("CF_%d", .@curr_char_id), .@mapname$, .@mapx, .@mapy, 0);

     to

    duplicatenpc("Campfire#CF", sprintf("Campfire#CF_%d", .@curr_char_id), .@mapname$, .@mapx, .@mapy, 0);

    
    duplicatenpc("Campfire#CF", sprintf("Campfire#CF_%d", .@curr_char_id), .@mapname$, .@mapx, .@mapy, 0);

      

    thank you very much! , it solved the problem, but apparently there's another, i tried many solution before posting again here. none of it helped really

    image.png.71bebbdb8336d47d2a34802e9445671b.png


  2. Amazing idea, and keeps relates to the RPG style
    the NPC worked ok, still i have this err every time i try using the Matchstick.
    would love if you could help me in it, if so i'm on debian 9, [v2019.06.02] `June 2 2019` version

    currently, planning to use it as Valkyrie NPC helping valhala warriors in the monster invasion without need to sit, until it's fixed or so.

    image.png.4fef339002d3595119bf981a2962eeff.png


  3. Hello !
    Not sure if it's the right section but i saw "General Server Support"

    So Back To The Problem

    i can't do chain crush combo after combo finish

     

     

    example : Triple Attack >> Chain Combo >> Combo Finish >> Tiger Knuckle Fist >> Chain Crush Combo > Asura  >> Works Fine

                    Triple Attack >> Chain Combo >> Combo Finish >> Chain Crush Comb  >>> Can't Do The Chain Crush Combo

     

     

    I know It's Rare to use but i want to make it perfect and to learn how to fix these thing alone in the future :D

    Thx

×
×
  • Create New...

Important Information

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