Jump to content

Katakuri

Members
  • Posts

    110
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Katakuri

  1. find this function on skill.cpp

    case MO_BODYRELOCATION:
            if (unit_movepos(src, x, y, 2, 1)) {

    then add before the if (unit_movepos(src, x, y, 2, 1)) {

    case MO_BODYRELOCATION:
        
          +  // Block skill usage while you are under spider web, ankle snare & close confine
          +            if(sc && (sc->data[SC_SPIDERWEB] || sc->data[SC_ANKLE] || sc->data[SC_CLOSECONFINE2]))
          +                break;
            if (unit_movepos(src, x, y, 2, 1))


    then recompile.

  2. On 7/1/2021 at 8:29 PM, jmsngls said:

    Its working! However when I sit/attack/mount/reins the costume doesnt know where to place anymore, anyone experience this? and whats your solution?
    image.png.4be106acc932a46a764f33bf130ae91d.pngimage.png.92aeaa8fafcd255a020907377a83ef54.png

    this tool only ease the renaming of garment files. Regarding the position of the sprites its the .act problem you need to manually align it for each classes from novice to 4th classes.

  3. 2 hours ago, Humble_Bee said:

    So I currently use Act Editor to edit sprites and act files, but is there a program to edit just basic item bmp files? I tried using GIMP to change the color of the Pantie item's description pic (the pic located when you pop up the item description, just like a card pic), but when I saved the pic, the game did not like it. Any ideas on how to work it?

    Thanks!

    Use Photoshop. I create sprites together with its texture related files into it no problems at all.

  4. client reads this sprite

    ¾î¼¼½Å_¿©_´Ü°Ë_´Ü°Ë.spr Dagger, Dagger (Female)
    ¾î¼¼½Å_¿©_´Ü°Ë_°Ë.spr Dagger, Sword (Female)
    ¾î¼¼½Å_¿©_´Ü°Ë_µµ³¢.spr Dagger, Axe (Female)
    ¾î¼¼½Å_¿©_°Ë_°Ë.spr Sword, Sword (Female)
    ¾î¼¼½Å_¿©_°Ë_µµ³¢.spr Sword, Axe (Female)
    ¾î¼¼½Å_¿©_µµ³¢_µµ³¢.spr Axe, Axe (Female)

    so what ever your custom weapon is if you use both of them it will appeared the default.

    15 hours ago, powkda said:

    and how can I make the customer read differently?

    it cant it unless you know more on hexes of client.

    • Like 1
  5. On 9/8/2020 at 7:41 AM, Heartgold94 said:

    you know how i can change to the pallete same of predecessors pallete?

    you manually arrange its palette table with the same palette tables by its predecessors.

    On 9/6/2020 at 10:10 AM, Heartgold94 said:

    Divine-pride and a topic in herc.ws

    when i get palletes, i upload to download section and link in a releases topic.

    can you provide link here I would like to try on dragon knight lol

×
×
  • Create New...