Jump to content

sikiro

Members
  • Posts

    171
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by sikiro

  1. i wanna say the design it has now is fine maybe modernize it a bit make it look more inline with the design aesthetics of windows. and i would say maybe make it more easy to understand patches your picking etc. and also one of the big issues for some people is the fact that some patches dont apply to certain client dates maybe have some check or some info saying hey this works up to this client and not this other idk just an idea.
  2. awsome will download and test it out thank you!. will you ever bring back the weapon leveling system from eathena. that would be a neat addition to this as well.
  3. i am unable to apply this to latest rathena it is giving me issues with battle.cpp i would prefer not to apply it manually can you tell us what revision you extracted this from?
  4. @tribal0306 yes it should work the same as normal autotrade vending.
  5. i love the Valkyrie the bottom part with the transparency looks odd and could be difficult to read
  6. i like the design the buttons look odd tho i would say instead of account panel just do register and rate us.
  7. hey @Cydh ive used this for a while to help me edit scripts would it be possible to make it work with this dark theme https://github.com/Ludomancer/VS2015-Dark-Npp cause white makes my eyes bleed it works however all code is highlited in white.
  8. two bugs or maybe just one. after if you launch the vending skill and decide not to do anything and hit cancel your character will freeze in place and will not move until you re-log. and the other is cash and zeny showing as unkown items but that just may be me not allowing the client to read up to 30k items.
  9. just couple warnings for some of the instance scripts.
  10. @checkmath what would u want to rebuild? you should just be able to upgrade by merging stuff if its a theme you are using then just merge your theme.
  11. @Arii ihad this same issue before and it was due to misconfiguration on packets.h make sure your client date matches there and recompile.
  12. hey @Checkmath this already includes a cms built in https://github.com/rathena/FluxCP it is also the most up to date version of flux.
  13. it is stable for me i use that same client try updating ur kro and make sure to use the system folder provided by zac as well.
  14. @Rolf are you using updated lua files? if so check to see if your client is too old for your luas or your luas are too old for your client.
  15. is it a feature available in official servers? if no then i dont see it working since its a client driven feature.
  16. are these by any chance custom monsters @technick if so i would check walkspeed on them.
  17. you do not need to modify the source find out what id those monsters are and search inside mob_db_re they are either implemented if available in rathena or you will see the mob id commeted out example. //MOBID
  18. @Rolf check this post she has a utility that uses onpcloginevent to do it.
  19. the signboards are integrated into the client itself you will need to use a later client if you want signboards Arii if you want to run pre-renewal and disable doram classes you can use a later client and use nemo to disable dorams. this seems stable enough and works well for the most part.
  20. download atom editor and select autodected and u will be able to edit lua files fine without errors or issues.
  21. was wondering if anyone was willing to tackle this i am trying to modify this exisiting npc https://github.com/rathena/rathena/blob/master/npc/custom/quests/hunting_missions.txt the concept of it is great but i wanted to expand it to do the following.. 1. Allow for multiple npcs per map. say clone them. 2. Give random monsters based on map it was cloned. 3. allow for better modification of how many quests can be done say per day or week or w.e (so say prontera fields i can walk up it will ask me hey go kill porings and so on and so on i can repeat it in that place 5 a day with a limit per week. and some will only let u complete the quest once. 4. have rewards based on location so some will definately give exp and some that can only be done say once ever or once per week or month or w.e will give an additional reward. there is a script available that ive tried everytihng to fix that sorta does what i want in a quest npc but it is broken beyond my capabilities of repairing. it was created by a member of this forum maybe either try and fix the script bellow and allow some of the features above or modify the script above to somewhat work as described. https://raw.githubusercontent.com/llchrisll/rAthena-Scripts/master/released/Utility/Quest_Sys.txt Thanks, SIkiro.
  22. @Psychonaut for the forum post can u maybe listen to the rss feed from ipb or any other forum software?
  23. @Stolao there is an issue with setting up times for sunday. they appear on monday instead of sunday. and a suggestion. auto randomize for all days? or give the option to do less times per day maybe. love the RODEX support and all of the fixes consider adding devil square to it maybe. i have used this very script to make other scripts because of how you write your code.
  24. this is related to your langtype try changing it to 0 or 1 in clientinfo.xml. or you can find those lines in msgstringtable as well.
  25. works great i am bad at scripting i had no idea atom was a thing ive picked it up and i am already better specially with this addon. one suggestion tho since we are deprecating npc ids it would be nice to have the new method added.
×
×
  • Create New...