Jump to content

artanis

Members
  • Posts

    2
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

artanis's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. For some reason there are now two patches in the SD2 Patches folder. git apply $(ls src/bindings/ScriptDev2/patches/* | grep -v gz | zenity --list --title "Choose a patch" --column "Files") This will offer a Zenity dialog to allow the user to choose the correct one. (Using "git apply" because "git am" is not cooperating.) I don't know how well this works in an ssh into a remote server (I'm doing this on localhost,) and I don't know if there's a similar program to zenity that uses a text GUI in the terminal.
  2. Regarding the ScriptDev2 patch numbers, this code will just apply the patch in the directory. git am $(ls src/bindings/ScriptDev2/patches/* | grep -v gz) Also, when I compile, I not getting mangos-worldd. Only mangos-realmd and genrevision appear in mangos/bin.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use