Jump to content

Pacman360

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Pacman360

  1. Thank you! Solved this case. regards. xx
  2. Hello! How can I make this first option trigger selling window rather than buy? Thanks in Advance. crystilia,72,88,3 script Tool Dealer#prt 125,{ mes "What do you like to buy?"; switch( select( "Sell", "Ammunition Box", "Single Ammo", "Identify My Items", "Nothing" ) ) { next; case 1: callshop "Sell",1; end; case 2: callshop "AmmunitionBox",1; end; case 3: callshop "SingleAmmo",1; end; case 4: mes "Here you go"; callfunc "identify123"; end; case 5: mes "Okay, have a nice day"; close; } } - shop Sell#shop::Sell -1,501:-1 - shop Tool Dealer#shop::AmmunitionBox -1,501:-1 // Add ammo box here - shop Tool Dealer#shop::SingleAmmo -1,502:-1 //single ammo add here function script identify123 { getinventorylist; while( .@idn < @inventorylist_count ){ if ( !@inventorylist_identify[.@idn] ){ delitem2 @inventorylist_id[.@idn],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@idn],1; } .@idn++; } close; }
  3. Hello everyone, just seeking for help. I successfully managed to install easycore's bg. everything works fine then when you use emergency call it map crashed. i got the gdb. Thanks. ( posting for a friend )
  4. Hello guys, I am trying to install eastcore's Extended Battleground but it seems there is a lot of errors now specially i am using the latest rAthena: Does anybody know any fix for this issue? Thanks
  5. Wow this worked well! Thank you very much! amazing
  6. Thank you very much for the response, i did systemctl stop firewalld ( centos8 ) and it worked. I am wondering what do i type to stop firewall just for the website rather than overall stoppage? thanks
  7. Hello everyone, i am asking for help on this one. I think i have figured correctly but this one keeps popping up upon flux cp installation. i have hosted my vps in: vultr.com i have hosted my webhost in bluehost.com what can be the problem? thanks
  8. Hello everyone, i am asking for help on this one. I think i have figured correctly but this one keeps popping up upon flux cp installation. i have hosted my vps in: vultr.com i have hosted my webhost in bluehost.com what can be the problem? thanks
  9. How can I put kiel card effect on certain skill? for example bowlish bash... bonus bDelayrate,-30;
  10. No success Anymore tips? Thanks
  11. I don't see that file I'm using 2010 client
  12. Sadly it didn't work Thanks for trying!
  13. I have done the edit in item_db and itemslotcounttable but the slot view still does not show up. Please help. Thanks in advance.
  14. Anyone have any idea? I can't find their website.
  15. title says it all.. I'm using 20100730 client. How can I make vend shop window close when clicking on another vending? Thanks
  16. Can anyone help me with this script out? It's working fine. but the problem is even if the dual is not inside the map it's still getting kick. Like if client 1 = goes inside restricted map. client 2= gets kicked even AFKing in maintown and not in a same map with client 1. Here's the script:
  17. Well, I want the minimum monster level to be 25 and it doesn't work. Only level 0 works..
  18. This script is all working except 1 thing: Monster card level doesn't work. I tried to put it up to 25 but when I try to trade-in level 50 and above card monster it just says "Card is under the minimum level".
  19. How to disable pet's intimacy deduction when you die?
  20. Hello Rathena!! I would like to request to modify this npc. This NPC is a working reward giver bIut it's not working as I want. It gives the guild leader castle owner a reward then they win a castle but when a separate war of emperium ends It enables them to receive the reward aswell. So basically I just want to block receiving the reward when they have already received the reward from their castle even tho another WoE starts / ends. Sorry for my english. Here is my current script. My SVN is eAthena
  21. Hello, how can I make a box like OBB? I'd like to put items in random chance for example: Random chance of getting: - Poring card - 10x Platinum Coin - 5x Gold Coin - Muffler - Boots Thanks in advance
  22. I've been looking for a mapflag but I can't seem to find one. How can I disable player's item drop in guild_vs5? My emulator is eAthena. Thanks in advance!
  23. hey, i would like to request a script... i found a similar script but its buggy. anyway the script i want to request is mvp custom drop. i want all mvps to drop 1 item at 80% chance. lets say itemID 7771 i found a script somewhere but its buggy because mvp slaves also drop it and mini bosses. i just want the mvp to drop it. anyone? thanks in advance
×
×
  • Create New...