Jump to content

Pacman360

Members
  • Posts

    30
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

2832 profile views

Pacman360's Achievements

Poring

Poring (1/15)

1

Reputation

  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.
×
×
  • Create New...