Jump to content

sader1992

Content Moderator
  • Posts

    1691
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by sader1992

  1. can you screen shot where you mean?
  2. Sader's Paid Services PLEASE READ BEFORE YOU CONTACT ME! Me replying to you depend on you reading this! (if you didn't read this I would most likely not reply on your messages) I DO NOT SUPPORT RATHENA OLDER THEN 6 MONTH!!! I don't accept pvp/gvg/battle requests (READ TOS for more info) Contact: You Send me the script information in Discord [ sader1992#3562 ] In rAthena's discord , you will find me like this Please no just "hi" "Hello" messages , you have to send all the information and question you have! Empty Messages will be Ignored! (Information == Speed) 1 - Custom Script Services the script information must contain everything you need from the script to do if you have all the information I need and in case I don't have script requests on queue I can make your script at the same day (however I take my time to debug ETC) if not than that's mean I am thinking about your script and thinking about all the possible bugs You have to reply on any question I ask about the script Without Ignoring Details(and please take my questions Literally) if you want me to copy a system you need to give me all the information not only a wiki page if the system is from the official also you need to give me all the information You have to give me as much Details as you can without ignoring anything The script will be in English, and will be messed up grammar ,Feel free to send me the texts if you want it in your own Language I Expect from the user to put his messages/color/design , my work is purely technical , and won't look good if you didn't add your touch! as you see I am not designer! feel free to guide me to how you want your NPC to look/talk You May use the script on any server you Own ,However you are not allowed to share or sell the script to anyone! I May Ask for access to your server if the script is a custom mod not rAthena Official any request may include src edit If You found any bug ,Contact me immediately! 2 - Fixing and Editing Services Sometimes making a new script better than fixing an old one! Be aware ,Sometimes making a new script will be lower cost than fixing old one! if the script take more time to fix than making new script I may refuse the request I might need access to your server if the script is a custom mod not rAthena Official Payment/Script Delivery The Minimum cost for a script is 6$ ,No matter how small it is The Cost does not depend on how big the script. I might give you a 1 line script or 9999 line script , as long as it does what you want it would be valid for me! The Payment method is PayPal Only!!! and in USD. requests that cost the minimum (5USD) , the payment would be in front , before I start the request! requests above the minimum price 50% of the request price or what ever I say , in front , before I start the script! (New Customers required to pay the full price most of the time) after the script is done, you may ask to review in (In-Game via screen share in discord) before you send the left over money after you send the left over of the price , I will send you the script If you already paid the full price I will send you the script as soon as it's finish , without waiting for you to be online the Payment is in PayPal as an Invoice , I will send you the invoice to pay however you like PayPal claim that you can pay using card if you don't have PayPal , however I am not sure of that If you accept the price you should send me your rAthena User Profile link and your Email that you wish to get the payment invoice in Clarification && TOS READ TO PROTECT YOUR RIGHT WOE , Battleground and PvP Systems scripts are not Accepted as they would need a lot of time to debug and test I don't support scripts 1 months old (you got 1 months to test the script and see if there is something wrong or not) if your idea too similar to other ideas I have the full right for the script! if your idea is Unique , you have 1 month of Exclusivity on it You can ask for FULL Exclusive rights to the script but that might mean the price will double (if you want that you have to ask me yourself, that mean I would delete the file from my side after the support time for your request is passed !) official Systems/NPCs and copy form other server is not your idea when asking me for a request after I tell you the price/time ETC I ask you if you agree, I wouldn't start working on the script if you didn't confirm that you agree and when I tell you that the request take x time to work that's mean from the moment you agree on my terms not from when you told me about it I support the script from bugs, and bugs only , as long as the script under the original request if the idea have a lot of bugs I may refuse the request sometimes the bugs in an idea wont show until the time I am writing the script adding new things to the script would count as editing service I have the right to not accept a request and I may not accept a request if it take too much time or I have too much work or if the idea to price ratio is not good for me! long requests that may take too much time are not accepted unless it's pre-paid or trusted customer (has requested a lot before) I Accept only what I like , don't be surprised if I refused to make an idea! My Public Work You can check out some of my work! The list of All My Files! github/sader_scripts Join Us At The Anime Club
  3. well if with 'display_party_name: yes' still the problem then i don't know why that happening to your client maybe client side diff NEMO ? don't know
  4. @pajodex post the full script edited here
  5. i think what you want is 2 not 1 change it to 2 and it's better that you just time in the game chat /showname more then once until you get the look you want
  6. you have to close the game first you can edit it with any text editor notepad++ , visual code etc
  7. remove this || checkidle() >= .idle
  8. if that happen to me ,i would try to use the item on another class
  9. also edit this .@r = callfunc "mvp_maps",lastwarp$; to set .@r,callfunc("mvp_maps",lastwarp$); if you still get errors post the script edited here and i will fix it for you (just @mention me next time to so i notice)
  10. rathena already support 2017/12 just edit the PACKETVER to the client version you want!
  11. just type `/showname` in the chat or you can edit it in this file savedata/OptionInfo.lua CmdOnOffList["/showname"] = 0
  12. you can not run 64 bit app on 32 bit system however you can build rAthena as 32bit in VS in the 64bit system so just do that
  13. so you are running 64 bit app on 32 bit system ?
  14. i don't think you can without src edit
  15. under the last } or even you could put it inside a new file it's a stand alone function scroll down then new line then paste it there under mora,57,152,4 duplicate(Warper) Warper#mora 811
  16. i don't speak Spanish but this may fix your problem change 192.168.0.18 to 127.0.0.1
  17. if it's Kro official you could open an issue here https://github.com/rathena/rathena/issues and then rAthena will soon support it all tho there is no fishing yet in rAthena you could search in the custom scripts here https://rathena.org/board/files/
  18. this is not effective way but you can do this put this under the npc function script mvp_maps { .@map$ = getarg(0); setarray .@mpv_maps$,"mjolnir_04","ra_fild03";//etc for.@i=0;.@i<getarraysize(.@mvp_maps$);.@i++) if(.@map$ == .@mpv_maps$[.@i]) return 0; return 1; } and in the npc warp lastwarp$,lastwarpx,lastwarpy; to .@r = callfunc "mvp_maps",lastwarp$; if(.@r == 1) warp lastwarp$,lastwarpx,lastwarpy; else message strcharinfo(0),"You can't warp to MVP maps."; and go function from this function Go { set lastwarp$, getarg(0); set lastwarpx, getarg(1,0); set lastwarpy, getarg(2,0); warp getarg(0),getarg(1,0),getarg(2,0); end; } to this function Go { set lastwarp$, getarg(0); set lastwarpx, getarg(1,0); set lastwarpy, getarg(2,0); .@r = callfunc "mvp_maps",lastwarp$; if(.@r == 1) warp getarg(0),getarg(1,0),getarg(2,0); else message strcharinfo(0),"You can't warp to MVP maps."; end; }
  19. run opensetup.exe as administrator
  20. clientinfo.xml version is ignored so delete the line or leave it as it is no different
  21. can you screen shot what is not English when you use Ragnarok english translation project ?
  22. it's easy to make this kind of scripts but why don't you use RODEX ?
  23. sader1992

    aRO !

    you wont find server side ARO
×
×
  • Create New...