Jump to content

GodHarte

Members
  • Posts

    49
  • Joined

  • Last visited

1 Follower

About GodHarte

  • Birthday January 29

Profile Information

  • Gender
    Male
  • Location
    Philippines
  • Server
    OdyGangRO
  • Discord: Eulie#2053
  • Interests
    Ragnarok

Recent Profile Visitors

2800 profile views

GodHarte's Achievements

Poring

Poring (1/15)

  • Conversation Starter
  • Reacting Well
  • First Post
  • Collaborator
  • Dedicated

Recent Badges

1

Reputation

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