Jump to content

sader1992

Content Moderator
  • Posts

    1691
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by sader1992

  1. go to the map use @mapflag checkout what map flags are in that map
  2. sader1992

    @ccommands

    @command it self shows the custom commands type @command see the last commands you will see "script commands" and than you will see all the commands made by scripts ofc you can do this too - script ccommand -1,{ OnAtcommand: dispbottom "@segurity - This command is used to protect your account and items."; dispbottom "@pvproom - This command is used to enter from anywhere in the pvp room."; dispbottom "more commands"; end; OnInit: bindatcmd "ccommand",strnpcinfo(3)+"::OnAtcommand"; end; }
  3. please put all your code here , sql/yml/script/rathena hash
  4. i use this if you want mellina,70,52,7 script Mellina Kafra 894,{ callfunc("F_CheckKafCode"); query_sql("SELECT `char_num` FROM `char` WHERE char_id = '"+getcharid(0)+"'", .@char_num); openstorage2(.@char_num+1,STOR_MODE_GET|STOR_MODE_PUT); end; } the sql/yml conf start from "storage_1"/ID: 1 no disrespect for the topic creator ofc
  5. oh sorry , i mess understood the topic i don't know if it should show the event if the npc is hidden
  6. you are missing an if statment include the script so people can help
  7. yes it's not possible for you, if you believe it's not possible. everything is possible if you have the time/stamena for it. isn't that the same request in your other topic ? also what the point of checking the storage/cart/inventory ? if you want the player per char to have 1 item just give them by player variable an item bound to char (untradable + cannot put in the storage) , and give all characters this would be better in my opinion then all the useless checks
  8. than i would say it's something wrong with your setup or src make sure to put the line in the file that the server use , and not overwritten by another file make sure you are not using sql too if you are using txt ofc you need to reload the item database or restart the server to apply the changes make sure there is no error in your itemdb , that case the server to skip (looking to the past errors , you was ignoring the errors in the terminal) i think you would find the fix you want in the basic if not , and everything right , i think you should look into any src edit/mode you made to your server
  9. this is your best friend https://github.com/rathena/rathena/blob/master/doc/script_commands.txt
  10. setarray .equip_id,1208,2154; // Add your ID's here. the script work on the array variable .equip_id so you don't need to add the id all over the script , just add it here it's 101 how to basic xD setarray .equip_id,1208,2154; // Add your ID's here. = .equip_id[0] is 1208 .equip_id[1] is 2154
  11. if(#claimed){ mes "[ Freebies ]"; mes "You alreay receieved your freebies."; close; } the player get #claimed = 1; when he get the equipment ,so he will hit the close every time after that in that case it's account variable , if you want it for each character , just remove the #
  12. the item itself bAddEle -> bMagicAddEle the combo , look at bMdef,.@r*; << wrong
  13. can you give more info ? from what i read , you want help inGame xD ? or something like that , which should be in their forum not our forum if that the case if not , give more information about what you want please.
  14. why don't you use the quest shop ? https://github.com/rathena/rathena/blob/master/npc/custom/quests/quest_shop.txt just add new category , and add what you want to it
  15. that mean it's working but you didn't add time/items to it you need to check your db / your client files
  16. https://github.com/rathena/rathena/blob/a34801605809c0a7ed001324963afe7121128f44/conf/groups.conf#L96
  17. what about it ? to enable vip system https://github.com/rathena/rathena/blob/a34801605809c0a7ed001324963afe7121128f44/src/config/core.hpp#L50 to enable attendance (it's by default enabled) https://github.com/rathena/rathena/blob/a34801605809c0a7ed001324963afe7121128f44/conf/battle/feature.conf#L101
  18. if you ate using 2018 clients , you should add the quest in OngoingQuestInfoList.lub file not questid2display.txt
  19. sader1992

    Disabled

    to disable the "effect" , you need to delete it script to disable the "drop" you need to remove it from the monster database removing the item from item database is not valid thing to do , you will get a lot of errors > it will remove the items from the server but you get errors in exchange
  20. not everything is a "general support" https://github.com/rathena/rathena/blob/54ac2ae1327040289b8bc566e2b221a259144e4c/doc/script_commands.txt#L286 Moved to the right section .
  21. no need to add your ip screenshot will do and also you would get faster answer if you use the right forum section! Moved to the right section .
  22. what part of "Ragnarok News" is in this topic ? also the title does not reflect anything inside the topic are you sure you know rAthena rules ? Moved to the right section.
  23. well this template made to be only fix client files , my plan was also checking the grf files (but there is no time ans stamina xD) but making a security program is not planed as i would suggest anyone who want to secure their server , just to use Gepard as security should not be an open source or else it would be useless , at least this what i believe it's right security programs should have connection to the server and it need it's own time as security programs without updates will be also useless also who build the program should secure it too and that's is the hardest and no one would do it , and if there is open source ways to do it , it would be pretty easy to reverse engineer it and it would be useless i wouldn't just enter this loophole as no one would know how to use it properly else than those who already can do this kind of project them self , and that would not serve the greater good of ragnarok community xD my original plan was making an open source c# alternative to thor patcher that can be customized as the owner wishes ofc i am not the kind who complete things even if it's too close to perfection xD so i might or might not do it , for now i don't have time so i just released this template for who would want it
×
×
  • Create New...