Jump to content

Normynator

Developer
  • Posts

    292
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Normynator

  1. In case you get following messages and a client crash: Please try without Nemo Patch 'Hide build info in client'
  2. If you want see updates for your suggestion create a issue on github (check if it maybe already exists) https://github.com/rathena/rathena/issues
  3. That’s wrong, it is possible. Check the successrefitem script source. Its certainly not possible to do it without writing your own script command, as far as I know. but creating the command you want should be quite simple with the successrefitem as reference.
  4. Yes this is indeed an error on the recent commit. But this only occurs if the selected clientdate is below ~2014. will be fixed in this PR https://github.com/rathena/rathena/pull/4107
  5. Can be added as optional, so either HH:MM:SS or HH:MM selectable via command
  6. You are using a RE exe. The dll you use is for 20180620 NOT 20180620RE.
  7. Released v.1.1.1 Changelog will be added to the main post. https://github.com/Normynator/PaintItBlack/releases/tag/v1.1.1
  8. Yes I want to add features which are present in NovaExt into PiB. The current focus is optimization and making the project more failsafe, means creating more information when something is wrong eg wrong clientdate. I also want to prioritize adding a bunch of clientdates and adding some sort of automated deployment to make my life a little easier. I don’t plan to support clients which are not supported by rAthena. (Maybe in the feature, we will see)
  9. Well as it says. The configuration is not allowed to access the MySql server. Possible reasons: - wrong username/password - not existing mysql user - for the given IP is not allowed. Since I hide your IP i guess its not localhost, BUT if your Mysql server runs on the sever as the fluxcp there is no need to set the public IP. Its better to only allow localhost connections to the database (if everything runs on the same server. If you have webserver and database on different servers its advisable to only allow the specific webserver ip to connect to the database, dont use a wildcard for allowed IPs.)
  10. also das ist ein Problem im Source, das ist hardcoded auf Max Level 50 immer wenn man „`int mapif_parse_GuildBasicInfoChange(int fd,int guild_id,int type,const char *data,int len)`“ verwendet. Ist aber jetzt bekannt und sollte gefixt werden.
  11. Nicht sicher aber vielleicht brauchst du noch ein Client diff. Ansonsten halt gucken dass du wirklich richtig kompiliert hast, sprich: ./configure make (genau Details im Wiki) ODER halt das cmake equivalent
  12. Equipment requirements can be changed in the database. Mob stats and behavior can be changed in the database. I would suggest to read the doc folder as well as the wiki (both can be found on GitHub) As for the IDE -> VIM
  13. Released v.1.1.0 Changelog will be added to the main post. https://github.com/Normynator/PaintItBlack/releases/tag/v1.1.0 Thanks for the donations @Earnestinence @idLaZ
  14. Are you using 20180620eRagexe? It's probably not working if you dont use that exact date. Its also likely that 20180620eRegexeRE is not working.
  15. Hello everyone. norm here. Today I want to present you my project “Paint it black”, a client mod pack. Offical Discord: https://discord.gg/r3rvGXR Thanks for reaching the Donation Goal The donation goal was released insanely fast. Wasn’t expecting that Huge thanks to: @Hurtsky @Everade @CyberDevil @Mael @anacondaq @Skyzone As promised all the donated money went to rAthena. Thanks for the support (coffee donation): @pajodex (if you donated but cant find your name on the list please drop me a PM.) A special thanks to @Daifuku for sponsoring this awesome logo. Make sure to check out her service if you need great graphics. Download Current release of Paint it Black can be found here: https://github.com/Normynator/PaintItBlack/releases Dropin replacement for Cheat Defender (by NEMO project): CDClient.dll (SHA-1: 32158C097CD656FF62BB094CF9F4F2BF1A6B1CAD) Installation guide Available mods Timestamp Description: Shows timestamps in the chat window. Usage: /timestamp Default: On Ping Description: Shows average ping to server. Usage: /ping Default: Off FPS Description: Shows fps count. Usage: /fps Default: Off VSync disabled Dscription: Disables vsync for the client. This removes the 60 FPS cap. Usage: /vsync Default: On Custom Logo Description: You can display your own logo next to the Paint it Black logo. Usage: Your logo’s max width should not exceed 304 pixels. It has to be placed in your ragnarok folder with the name logo and has to be of type "bmp". Feel free to suggest new features. Supported client dates 20180620e 20180621a (suggested by @Mael) 20150513 (for @Stolao <3) 20180621aRE 2018-09-19aRagexe The clientdates requested on the donation goal post will be added soon. I try to add more client dates as said in the donation goal post. Feel free to suggest client dates here. If your client date was already suggested vote it up (so I can see which client dates are needed most). Vote list Changelog Bugreports If you spot a bug please report it here or on github via issue. Gepard compatibility This mod pack is not compatible with Gepard. And it also won’t be compatible in the future. You can get different client modifications for Gepard from Functor. Please do not request compatibility. Thanks to: SHR (https://github.com/sekishi1259/SimpleROHook) rEx (https://github.com/curio-r/rextensions) Greetings, norm
  16. You can easily change the itemscript in item_db
  17. There is no reason to reinstall. That’s not really a good suggestion... unsupported packet can be due to wrong client date, or enabled/disabled packet obfuscation. For the script errors check the npcs.
  18. You have to use one of those: BL_PC - Character object (default) BL_NPC - NPC object BL_PET - Pet object BL_HOM - Homunculus object BL_MER - Mercenary object BL_ELEM - Elemental object Setting „3“ in getmapxy does not mean „screen area only“. if you want „screen area only“ set .Party = 3. Sorry for the ugly formatting. Copy paste is weird on mobile.
  19. Normally git creates a folder based on the repo name. So there is no direct need to specify a path. That is not a rAthena problem. Your problem is related to git. I would suggest using some google. For example: https://stackoverflow.com/questions/8644947/git-http-request-failed
  20. Why would you use old and no longer supported Windows OS?
  21. Das ist ja nett, good Luck und so.
×
×
  • Create New...

Important Information

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