Jump to content

GodHarte

Members
  • Posts

    49
  • Joined

  • Last visited

Everything posted by GodHarte

  1. Hi Guys, Can anyone help me how to pause the timer when vending? Thanks! // https://rathena.org/board/topic/108276-hourly-points/ - script hourly_point_main -1,{ OnInit: .npc_name$ = strnpcinfo(3); bindatcmd "check",.npc_name$+"::OnAtcommand"; end; OnAtcommand: dispbottom "Accumulated "+#daily_minute_count; end; OnUpdate: #daily_minute_count++; deltimer .npc_name$+"::OnUpdate"; //dispbottom "Accumulated "+#daily_minute_count+" minute(s)"; switch ( #daily_minute_count ) { default: break; case 15: // 15 minutes #CASHPOINTS += 1; dispbottom "You received 1 CashPoint by staying ingame for 15 minutes."; dispbottom "Current Balance = "+#CASHPOINTS+" Cash Points"; //getitem 512,2; break; case 30: // 30 minutes #CASHPOINTS += 1; dispbottom "You received 1 CashPoint by staying ingame for 30 minutes."; dispbottom "Current Balance = "+#CASHPOINTS+" Cash Points"; //getitem 512,3; break; case 45: // 45 minutes #CASHPOINTS += 1; dispbottom "You received 1 CashPoint by staying ingame for 45 minutes."; dispbottom "Current Balance = "+#CASHPOINTS+" Cash Points"; //getitem 512,4; break; case 60: // 60 minutes #CASHPOINTS += 2; dispbottom "You received 2 CashPoint by staying ingame for 60 minutes."; dispbottom "Current Balance = "+#CASHPOINTS+" Cash Points"; //getitem 512,6; break; } OnPCLoginEvent: addtimer ( 60 * 1000 ), .npc_name$+"::OnUpdate"; end; }
  2. Yes i replaced it with my logo with the same name format, but still the same ? disregard, able to make it work now. thanks!
  3. Hi Guys! Im trying to change the print screen watermark on my server, but it seems that I cant make it work. I have replaced the src_logo.bmp with my logo located on server.grf > data > texture. Am I still missing someting? TIA
  4. Hi guys! can someone help me change my drop rates? what i want to happen is. normal monster equips 30% drop rate normal monster useable items 30% drop rate normal monster etc items 30% drop rate normal monster card drops 5% drop rate MVP card drop 1% drop rate MVP equips 30% drop rate MVP useable items 30% drop rate MVP etc 20% drop rate Thanks in advance!!!
  5. Thanks emistry! but there are some missing features that i would like to add given a choice for this. Silver Coin = 10 cash point Gold Coin = 100 cash point Mithril Coin = 1000 cash point and the npc will ask how much coin do you want to exchange. and Also from cash to coin TIA! up
  6. Hi Guys! Can anyone help me? I need a Convert that will convert Coin into Cash Point. Silver Coin = 10 cash point Gold Coin = 100 cash point Mithril Coin = 1000 cash point Vice Versa, Thanks! Help please
  7. wow thanks for the nice info! but thats not the issue, my creator doesnt have a casting time on acid demo even on 0 dex. there should be a casting time right? same with zen or dangerous soul collect skill by Sura. i tried changing the skill_db but im having a hard time understanding on how to change it from no cast to with casting time
  8. Hi guys im having problem with my server, my server is a Renewal one and its a 2013 version. what i want to happen is... Acid Bomb skill with cast. because on my server these gentics casts acid bomb with 0 dex and its no cast how do i fix that? same wth zen or dangerous soul collect, it should have a cast right? btw my server is 170 dex = no cast.
  9. for the Arena Master? where should i put the wav files?
  10. Thanks!!! i love you man!!!
  11. Here is my droprate as of now // Item drop rates (Note 2) // The rate the common items are dropped (Items that are in the ETC tab, besides card) item_rate_common: 1000 item_rate_common_boss: 1000 item_drop_common_min: 1 item_drop_common_max: 10000 // The rate healing items are dropped (items that restore HP or SP) item_rate_heal: 1000 item_rate_heal_boss: 1000 item_drop_heal_min: 1 item_drop_heal_max: 10000 // The rate at which usable items (in the item tab) other then healing items are dropped. item_rate_use: 1000 item_rate_use_boss: 1000 item_drop_use_min: 1 item_drop_use_max: 10000 // The rate at which equipment is dropped. item_rate_equip: 1000 item_rate_equip_boss: 1000 item_drop_equip_min: 1 item_drop_equip_max: 10000 // The rate at which cards are dropped item_rate_card: 10000 item_rate_card_boss: 1000 item_drop_card_min: 1 item_drop_card_max: 100000 // The rate adjustment for the MVP items that the MVP gets directly in their inventory item_rate_mvp: 1000 item_drop_mvp_min: 1 item_drop_mvp_max: 10000 // The rate adjustment for card-granted item drops. item_rate_adddrop: 1000 item_drop_add_min: 1 item_drop_add_max: 10000 // Rate adjustment for Treasure Box drops (these override all other modifiers) item_rate_treasure: 1000 item_drop_treasure_min: 1 item_drop_treasure_max: 10000 the problem is i want to make my server 10% drop rate on Equipments 10% on healing items 5% on normal cards 1% on MVP card
  12. not working, putting the price and clicking vend it crashes
  13. 20130703 i noticed, only the ex charactes have auras like ninja and baby etc.. but no auras for 3rd jobs try change your level to 175. I also use 2013 client. where will i change the level to 175?
  14. 20130703 i noticed, only the ex charactes have auras like ninja and baby etc.. but no auras for 3rd jobs
  15. Hi guys! im having problems with my Privates Server, it seems all of my players including me cant use the Vending skills, at 1st when you use the skill it will work then when you are going to write the shop name or how much the item costs suddenly the game crashes and showing ragexe patched is not working. can you help me with this please? im using 20130703 client Rathena server bUMP!
  16. Guys help please! 99 characters have their Blue Auras, but how come when they reach 160 there is no Yellow Aura?
  17. im having this problem also, YGG berries and othe equipments is missing in the inventory, but it says 1/600 so the item is there its just that i cant see it
  18. hi! You can enable or disable the cash / item in file db/item_vending.txt 5.PNG Vending title can be looks like: "[ITEM_ID] name" 2.PNG Version 1.8 preview: 3.PNG Changelog conf/battle/feature.conf // Extended Vending System [Lilith] // Enable or disable extended vending system? (Note 1) extended_vending: yes // Show currency's name in vending board? (Note 1) show_item_vending: yes // Show more info about buying? (Note 1) ex_vending_info: yes // Item ID for Zeny. Set to 0 if you don't want use Zeny. item_zeny: 30000 // Item ID for Cash. Set to 0 if you don't want use Cash. item_cash: 30001 db/item_vending.txt // Specific items for Vending System // Format: ItemID // Max items is equal MAX_INVENTORY ( 100 by default ) // TCG Card 7227 // Mithril Coin 674 // Silver Coin 675 // Bronze Coin 673 Modify your client data files: idnum2itemdisplaynametable.txt idnum2itemresnametable.txt30000#Zeny# 30001#Cash# Enjoy. New: rAthena only: ExtendedVendingSystem_1.8.1.patch ExtendedVendingSystem_1.8.patch Old: HI! i have downloaded your extendedvendingsystem 1.8.1patch, will this resolve my issue? i dont know where to put this file and the problem that im having is i cant VEND, when i try to use skill and put name the game crashes, i hope you can help me thanks! im using rathena as server 20130703 as client. can you please tell me where to put the file and what should be the name of the file thanks!
  19. this happens to me and my players once a day, do you know how to fix this? im using 20130703
  20. failed to connect server when i do that, heres my script kindly take look, thank you for replying! CHAR ATHENA // Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. login_ip: 192.168.1.36 // The character server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Login Server Port login_port: 6900 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. char_ip: 112.206.11.206 -------------------------------------------------------- MAP ATHENA // Character Server IP // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. char_ip: 192.168.1.36 // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Character Server Port char_port: 6121 // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. map_ip: 112.206.11.206 ---------------------------------------------------------- SUBNET // Subnet support file // Format is: // subnet: net-submask:char_ip:map_ip // you can add more than one subnet subnet: 255.255.255.0:192.168.1.36:192.168.1.36
  21. hi! i want my friends to play my private server but it seems they can connect, how can i fix this? the server works locally on my house with other computers, but my friends also wants to play on my server on their home. can you help me out with this? i think the main solution here is how to setup the IP for them to connect to my server. my router is already port forwarded. add me on yahoo messenger: [email protected]
×
×
  • Create New...