Jump to content

Legend

Members
  • Content Count

    375
  • Joined

  • Days Won

    5

Everything posted by Legend

  1. Can you elaborate more what you wanted to request, sir?
  2. Client side translations (English) ? Better use this > https://github.com/ROClientSide/Translation/tree/master/Pre-Renewal/data File translations credited to Michi and Dastgir
  3. Check your permissions on conf/groups.conf on id "99" which is the "Admin" under permissions, you should have this: can_trade: true Hope this helps you.
  4. What do you mean by selected accounts? Did you mean specific gm level to access this command? change from line 12: bindatcmd "ecall",strnpcinfo(3)+"::OnEmergencyCall"; change to: bindatcmd "ecall",strnpcinfo(3)+"::OnEmergencyCall",99,99; the two 99 means: ,<group level>,<group level char>; so, GM level 99 can only access to this command. Hope this helps you.
  5. what about using this script? -> players online by oxxy
  6. The warper shows after it announces "enter the warp portal ..." on line 33 announce "Poring Catcher : Enter the warp portal now if you want to join.",bc_blue;hideoffnpc "poringevent";enablenpc "poringevent";initnpctimer;end; If you want to make it triggered by a bindatcmd **haven't tested it** Try this one -> Click me
  7. Hi @@minx123 ~ I've tried the script and runs to me smoothly. Here's the script -> Click Me You need to talk to Poring Catcher NPC after you kill the real poring. i changed the variable PORING to PORING_c
  8. Magandang araw sayo kaibigan @@icegrave01 ~ Sinubukan kong paganahin ang script mo. Kapag may mga katanungan ka pa, paki-post lang sa thread na to. Link
  9. Legend

    Offline Test Hercules

    Hi @@tyr_12 ! Sundin mo lang po yung guide na pinost ko nung nakaraang araw (Guide for setting up Hercules). Andyan nakalagay ang step by step procedure kung anong mga gagawin sa pagbuo ng server side. Kapag may mga katanungan ka regarding sa pag gawa ng offline server, maari mong itanong yan dito.
  10. Wow! Can't wait for this. Looking forward for this project. Good Luck @SinjiPrasetio~
  11. Legend

    Offline Test Hercules

    Guide for setting up Hercules (server side) -> Here Guide for making 2013 Client -> Here Good Luck, buddy~
  12. There was once i made a script before, 2 different (separated) npcs... the first npc triggers for initnpctimer and the second npc for stopnpctimer, the two npcs collaborated and i don't know why it happened. Anyways, thank you so much for your time in answering my question
  13. If i have 2 events running with initnpctimer, for example is "x event" and "y event" started and after a minute "x event" triggered its stopnpctimer, the question is will "y event" be affected also with the stopnpctimer of "x event"? Sorry for my noob question. Hoping an answer to my question, Thanks in advance!~
  14. Would you be so kind to post your solution ;p? @@Tranquility The solution made was just like Annie's post @@AnnieRuru Thank you, idol best answer updated.
  15. @@Litro, still doesn't work sir. But i already found a solution by customizing the default dynamic shop npc. Solved.
  16. I encountered this error when using Patsky's Dynamic shop script... i changed my zeny to 0 and it says "you do not have enough zeny" but my currency is "#KILLPOINTS". i don't understand why. please do help. Thanks in advance~ - shop dynamicshop -1,501:50prontera,150,150,4 script Dynamic Shop 100,{ callshop "dynamicshop",1; npcshopattach "dynamicshop"; end; OnBuyItem: for ( set .@j, 0; .@j < getarraysize(.items); set .@j, .@j + 2 ) { for ( set .@k, 0; .@k < getarraysize(@bought_nameid); set .@k, .@k + 1 ) { if ( @bought_nameid[.@k] == .items[.@j] ) { if ( checkweight( @bought_nameid[.@k], @bought_quantity[.@k] ) ) { if ( .currency < .items[.@j+1] ) dispbottom "You don't have enough kill points to purchase this item."; else { .currency -= .items[.@j+1] * @bought_quantity[.@k]; getitem @bought_nameid[.@k], @bought_quantity[.@k]; } } else dispbottom "You cannot carry out more items with you"; } } } deletearray @bought_quantity, getarraysize(@bought_quantity); deletearray @bought_nameid, getarraysize(@bought_nameid); end; OnInit: set .currency, "#KILLPOINTS"; // kill points is used to buy items setarray .items, 7227,5; // Usage : <item id>,<price> npcshopitem "dynamicshop",0,0; for ( set .@i, 0; .@i < getarraysize(.items); set .@i, .@i + 2 ) npcshopadditem "dynamicshop", .items[.@i], .items[.@i+1]; end;}
  17. How about this? Install Hercules through CentOS/Debian/Others
  18. Hello Neo! Been trying to add flag emoticons using "Enable Flag Emoticons patch" but it seems it doesn't work on 2012-04-10 client. Please help. Thanks in advance! Solved!
  19. Okay i'll try them. Thanks.
  20. What's the best GRF Encryptor that is compatible with 2014 clients? Currently using 2014-10-22b thanks~
  21. wow! absolutely amazing~ great job!
  22. As far as i know, you need to hex your client with the sky effect on your duplicated map.
  23. Hello Evilpuncker! It doesn't work sir... still the same. PS: Thank you for the reply.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.