Jump to content

GodHarte

Members
  • Posts

    49
  • Joined

  • Last visited

Posts 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. On 7/27/2020 at 7:47 PM, Poring King said:

    custom src_logo.bmp should be replace with name "src_logo.bmp" too . Same name but different content . 

    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! 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!!!

     

     

     

  4. ok so, just to clarify, what you mean is that you want the creator move like this:

     

    280nq6g.jpg

     

    Instead of this:

     

    ieif60.jpg

     

    If it is this, it is a really good idea, I remember a high rate server that what players did, is to set their dex into 149, to make their creators move like that haha.

     

    +1 for this idea.

     

    P.S. I have no clue of how make this happen. haha

     

    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

  5. 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.

    • Upvote 1
  6. item_rate_card: 100000
    item_rate_card_boss: 100
    item_drop_card_min: 100
    item_drop_card_max: 500
    
    item_drop_heal_min: 1000
    item_drop_heal_max: 1000
    
    item_drop_equip_min: 1000
    item_drop_equip_max: 1000
    

    Thanks!!! i love you man!!!

  7. // The rate at which usable items (in the item tab) other then healing items are dropped.
    
    item_rate_use: 100
    item_rate_use_boss: 100
    item_drop_use_min: 1
    item_drop_use_max: 10000
    
    // The rate at which equipment is dropped.item_rate_equip: 100
    item_rate_equip_boss: 100
    item_drop_equip_min: 1
    item_drop_equip_max: 10000
    
    // The rate at which cards are dropped
    item_rate_card: 50
    item_rate_card_boss: 10
    item_drop_card_min: 1
    item_drop_card_max: 10000

    Correct me if I'm wrong :)

     

    To test you can use @whodrops or @mobinfo to see the item rate.

     

     

     

    still not working =(

  8. 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
  9.  

    what client version are you using?

    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?

  10. 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!

  11. hi!

     

    Original topic and code here: link
    Idea: link

     

    When you use the skill vending there would be a menu that will pop up and you will choose what type of vending system do you like.
    • Zeny - You will purchase items using zeny..
    • Cashpoints - purchase items using cashpoints
    • Item(your desired item) - purchase item using your desired items..(Example: TCG-7227)

    You can enable or disable the cash / item in file db/item_vending.txt

    attachicon.gif5.PNG

    Vending title can be looks like: "[ITEM_ID] name"

    attachicon.gif2.PNG


    Version 1.8 preview:
    attachicon.gif3.PNG

    Changelog

    Version 1.4:

    • Added support file 'item_vending.txt' for vending currency items ( Suggest by V e r T i g O )
    • Some fixes
    • @reloaditemdb command will uprate item_vending.txt
    • Max item in item_vending.txt is 98 ( default MAX_INVENTORY-2 ) 1 for zeny, 2 for cash, 98 for your items.
    Version 1.5:
    • Now you can enable or disable Zeny/Cash in item_vending.txt. Just add/remove ID 30000 for Zeny or ID 30001 fo Cash Points
    • Removed battle_config.enable_cash_vending
    • Max items returned to MAX_INVENTORY
    Version 1.6:
    • Now you can turn on or turn off Extended Vending System ( see conf/battle/items.conf )
    • Now, if your file item_vending.txt contains only 1 item the Select Window will be skipped
    Version 1.7:
    • If file item_vending.txt is empty currency will be Zeny by default
    • Added two configs to file conf/battle/items.conf
    Version 1.8:
    • Added option for more info about buying ( see version 1.8 preview)
    • Added option for add/remove ITEM_ID name from vending board ( Suggest by Pneuma )
    • All settings moved from conf/battle/items.conf to conf/battle/feature.conf



    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.txt

    30000#Zeny#
    30001#Cash#


    >>>

    30000#±ÝÈ#
    30001#¹Ì½º¸±È­#



    Enjoy.

    New:
    rAthena only: attachicon.gifExtendedVendingSystem_1.8.1.patch
    attachicon.gifExtendedVendingSystem_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!

  12. Edit the client file /data/clientinfo.xml and add your WAN IP.

     

    <address>112.206.**.***</address>

    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

  13. 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...