Jump to content

pajodex

Members
  • Posts

    439
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by pajodex

  1. use search engine. @Stolao had made this one already.
  2. as long as the mvps are not not spawned in the maps listed, it shoudnt work.
  3. hi, ive been trying to add conditional operator in the quest shop npc but i dont get it successfully. i tried setarray .Shops$[1] , "Menu 1", (.var >= 2) ? "Menu 2":""; but when i reched the var 2 condition, it doesnt appear in me edit: found an alternative way
  4. pajodex

    R>Bot tracker

    you could do an npc kill trigger event. when it reaches to a certain number of kills, player must enter the md5 has code generated by the npc. i wish i could be any help but too bad i cant use my pc for a while cuz our internet connection is out.
  5. hi, i dont know what title to use but here is what i mean. how to make npc loop get item until specific times are reached? example: i want to make ITEM A x 10. instead of using getitem ID,AMT; i want it to loop getitem for 10 times. why? i want to add 50% chance to get ITEM A when being produced by the npc. so the end result, i would only get ITEM A x SUCCESSFUL ITEM PRODUCED instead of getting 10 pcs. yes, im making my self complicated for one of my crazy stuff in mind. thanks to whoever is willing to help. Edit: found my answer at script_command.txt thanks ???
  6. try check your conf/battle/drops.txt you cen see the card modify drop rates and adjust it from there
  7. i will try my best to comprehend thanks ????
  8. hi, im currently modifying quest shop. i added a success rate when requirements are submitted. it works well especially if its an equipment but when i start making useable items such as potions, here comes the problem: i tried making 503(quest item) x 10pcs. yes, success rate worked however, it works as bundle. i mean success rates applied to all 10 pcs of 503. the way how i wanted the success rate is to work on each of the 10x of 503 item i crafted. so probably around 5-7pcs will successfully be crafted and everything else wont. here is how I coded it. (i cant copy paste the code since im on mobile cuz our internet connection is under repair) .@rate = 50; if(.@rate >= rand(0,100)) { getitem .@q[0],.@q[2]; } note: this is from quest_shop of euphy at npc/custom/quest/ folder thanks edit: SOLVED BY USING LOOP
  9. i have thought of this already. it doesn't really fit the need of the script i'm currently working on with. maybe i should just work around with my idea and use OnClock. thanks anyways
  10. hi, how do i make an npc continue doing a certain event even server is being reset? to further explain: <code> npc x = trigger an event where event will last for 1 hr. after an hour, event will end. if server is being reset or shutdown while event is being triggered, the NPC timer will pause and will resume after server is up again <code> i already tried OnTimerXXXX codes but it terminates the event after server is reset. any other available options for me? tia im on mobile, dont know how to make codebox x.x update: i added initnpctimer at OnInit label. however, it restarts the timer to 0.
  11. you can always use it as reference code. maybe you can dig up the whole src to change the standard looting behavior
  12. View File Automated MVP ladder & reward system New Feature: * Event will only trigger to MVPs in their respective maps.. * If Amon Ra is killed outside moc_pryd06, script wont trigger.. Header Config table: Q: What makes this special and different to other MVP Ladders? Q: Why sell it instead of free releaase? By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed sell, resell or in any form for money or rewards using my work. • You are not allowed claim my work as yours. • I have the rights to change all the terms above without prior notice. Submitter pajodex Submitted 02/02/2018 Category Utilities Video Content Author pajodex
  13. use greed skill by white smith?
  14. check this post read the reply by @BrOgBr
  15. Are you using latest rA? I'm not having any problem with it tho.
  16. Check your conf/battle/skill.conf
  17. @BugSICK you can add this and make a custom menu for this code: query_sql "TRUNCATE TABLE `add_your_table_here`"; // add the sql table
  18. Hi, Is it possible to increase weapon forge success rate of blacksmiths skills thru item script bonus? Thanks.
  19. Can't view. I'm on mobile. Anyways, try looking at atcmd.hpp.
  20. Show how me you coded @go in your src. I think you have something to to at other part aside from atcmd.cpp. Check atcmd.hpp. I'm not at home I can't check it
  21. Did you compile your mapserver? Or ran the map cache.
  22. You can check @Hurtsky's reply on my previous post: Works fine but you need to do this part and basically most part by yourself: I'm also working on with my own pvp ranker. I will release a free version soon. If you can wait for a few days
  23. go to your: trunk/db/re/item_combo.txt look for this //5359:5657,{ bonus bLongAtkRate,getequiprefinerycnt(EQI_HEAD_TOP); } then uncomment / remove the "//" - don't forget to use '@reloaditemdb' after NOTE: it is not implemented for a reason which I have no idea.
  24. Version 4.1

    56 downloads

    New Feature: * Event will only trigger to MVPs in their respective maps.. * If Amon Ra is killed outside moc_pryd06, script wont trigger.. Header Config table: Q: What makes this special and different to other MVP Ladders? Q: Why sell it instead of free releaase? By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed sell, resell or in any form for money or rewards using my work. • You are not allowed claim my work as yours. • I have the rights to change all the terms above without prior notice.
    5.00 USD
×
×
  • Create New...