Jump to content

amanikoko

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by amanikoko

  1. Good Day @AceofSpades, Appreciate your swift respond. If you don't mind, please if you could guide by showing an example that would be a great help. Thank you.
  2. Hi, i know this is showscript command. However, how to make it to show timer as picture shown above using euphy woe controller? In the same time i have the below pvp warper script, how to make the showscript to getmapuser and display every single map in a looping way? Appreciate if someone could help to input or guide along. Much appreciate. Thank you! ultimatepvpwarper.txt
  3. Good Day, I manage to fix it my issue by changing > rentitem .@q[0], .@day * 120; // rent an items. 86400 = 1 day in seconds to this > rentitem .@q[0], .@day * 86400; // rent an items. 86400 = 1 day in seconds Thanks for sharing this useful script to the community. Upvote +1 for you =). Cheers ~ amanikoko =P
  4. Why not just use Euphy's quest shop, it literally does the same thing but in a quest mode; yet you can choose the currency as you wish (POD,TCG and etc...)
  5. Hi @cloudblackfire, first off thanks for this amazing script; the script is working as intended except for the prize indicates 100, 200, 300 but the value in client reads all 3 of the items as 300 only but not the 100 and 200 as indicated. Another thing is when indicating the days value, i've just tested to input 1 day and 2 days but when purchase the items the rentals end up becoming 2 minute for 1 day input and 4 minute for 2 day input. There's no error prompted in my trunk server so i'm guessing some of the formula went wrong somewhere in the script? Hopefully you could provide a fix on this; your assistance on this is highly appreciated and i thank you for your time. Cheers ~ amanikoko =P
  6. - script atcmd_example -1,{ OnInit: bindatcmd("rentitem", strnpcinfo(3)+"::OnAtcommand"); end; OnAtcommand: .@itemid = atoi(.@atcmd_parameters$[0]); if (getitemname(.@itemid) != "null") { if (getiteminfo(.@itemid, 2) != IT_CARD) { rentitem .@itemid, (24 * 60 * 60); // 1 day } else { dispbottom .@atcmd_command$+" - You cant rent "+getitemname(.@itemid); } } else { dispbottom .@atcmd_command$+" - invalid item #"+.@itemid; } end; } Hi there, how can i add only GM with level 99 are allowed to use this @rentitem commands?
  7. Added the diff. for rathena recompiled & restarted server with the above script tested but apparently it is still showing white font instead of the specific color. Anyone mind to share the solution to this? Thanking you in advance for sharing. Cheers.
  8. Hi Sir @Poring King, May i ask for this script? couldn't find this script in your script collection section. Your gesture is greatly appreciated.
  9. All i did was just edit the MOB ID to 1907 and the rest of the duplicates ones to change to 844 (invisible NPC Sprites). The reason of the unclickable issue was previously ALL was updated as 1907 so it created a double layer of NPC on each and every punching bag itself. Hope this helps =).
  10. Hi @AinsLord Thanks for your respond earlier, i've managed to solve the click issue. Once again thank you very much. And thanks to @Secrets 's great release too.
  11. ughhh... Still not able to click on it. I'm using 20200304 client. Here's my script. Any help is greatly appreciated. IPunchingBag.txt
  12. Hi @AinsLord Don't mind can you share me your script so i can have a try on my server? Thanking you in advance.
  13. Hi there @Secrets Thank you so much for responding this. In fact i've tried changing to other mobs ID but it is still having the same unclickable problem. Hope you can help on this.
  14. Hi there @Secrets not sure if you're still supporting this script, but i cant seems to make it work coz the cursor is always showing as NPC instead of the Attack-able cursor and it is un-clickable. No error appears on the console. any help on this would be greatly appreciated.
  15. Hi @Z3R0thanks for your respond too ?
  16. Hi @OwTen Sir, this works perfectly fine with your fix and thank you for pointing out where's the mistake are. You are remarkably a life saviour. Once again Thank you for your help for this script. -Topic Answered & Closed-
  17. Hi Sir @OwTen Thanks for redone the typo and apparently every eq is detectable by the NPC now thanks to you =). Yeah im using Rathena with the script_command.txt as shown. But The NPC sequence seems not right, when i selected Lord Kaho Horn for enchant; the NPC will enchant the accessory instead of what i've choosen. This happens not only with Head - Top and some others too and it even does the same when removing the enchantment. video below for your reference sir. Trio RO _ Gepard Shield 3.0 (^-_-^) 2021-12-05 14-33-37.mp4
  18. Hi @OwTen Thanks for your reply again. I've retry the fix above and now it doesn't detect both accessory.
  19. Hi @OwTen Thanks for your reply and providing the above fix. However, this happens to the NPC when i've input the fix provided by you earlier, video as below. Trio RO _ Gepard Shield 3.0 (^-_-^) 2021-12-05 02-22-04.mp4
  20. Hi @Z3R0 thank you so much for replying. There's actually no error shown in console (putty). Therefore am unsure which part of the script actually broke =(. Here's an video showing that the NPC are unable to locate the circled in red accessory as shown above screen shot. Trio RO _ Gepard Shield 3.0 (^-_-^) 2021-12-05 01-39-26.mp4 Your help is greatly appreciated.
  21. Dear Rathenian Family, I'm using this script that enchant rune/orbs into your eqs. However this script are unable to detect one of the accessory and whereas the rest are detectable. This also applies to when remove rune/orbs from your eqs, one of the accessory are also unable to detect. Appreciate if someone can help to fix this script of mine enchantmentrune.txt
  22. Good Day Rathenians, I'm currently wishing to implement an item with enabled warg on. I've tried using setwarg; and setwarg 0; with warg mastery skill, but it seems the warg its gone hidden or invisible. i search using the search tab for similar post and found the below topic & apparently im having the same invisible warg issue. Was wondering if there's any guide or solution to this. Your reply is greatly appreciated. ? Thank you so much in advanced. ?
  23. Thank you very much Sir @Scylla !!! You helped me solved the Item Quantity error. Hopefully you're able to help me with the Multiple Item too... Once again thank you for your help and respond Sir @Scylla !!!!!!
  24. Good Day Rathenians, I am currently using this Lotti Girl Script that i've found somewhere around here and was trying to add multiple items as requirement to play; however it always ended up needing just 1 item needed only. in addition to that, item quantity seems not working as set too as when i've changed it to 10; player are still able to play by using 1 quantity only instead of 10 quantity. Here's my script that im currently using. Thanking you in advance for your kind help and support. lottigirl.txt
×
×
  • Create New...