Jump to content

Waker

Members
  • Content Count

    9
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Waker reacted to Dastgir in General questions   
    About the marriage system I meant the sprite changed. I can't even equip a tuxedo now it's a misc item ._.  open db/item_db2.conf, Search
    /*{ Id: 2338 AegisName: "Wedding_Dress" Name: "Wedding Dress" Type: 5 Buy: 43000 Weight: 500 Job: 0xFFFFFFFE Rank: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; ">},*//*{ Id: 7170 AegisName: "Tuxedo" Name: "Tuxedo" Type: 5 Buy: 43000 Weight: 10 Job: 0xFFFFFFFE Gender: 1 Rank: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; ">},*/ and remove those "*" and "*/" from the following.
     
    how can I change the items that are in the cash shop?  Do you mean the cash shop that is accessed via the button on top right, for that you have to edit db/cashshop_db.conf
     
    For getting cashpoints, you can get it by command
     
    @cash Amount 
  2. Upvote
    Waker reacted to Dastgir in General questions   
    How do I get items on the Cash shop? Where do I get the cash shop money?  
    Here's code to make cash shop
    prontera,152,152,1 trader CashShop 4_F_EDEN_OFFICER,{ OnInit: tradertype(NST_CASH); sellitem IdOrAegisName,AMOUNT; end;} you can get cash points by custom quests or events. just adding following line after getitem would give you cashpoints
    #CASHPOINTS += amount;  
    Job isn't changed but only looks change(if i recall correctly). isn't it great that job doesn't change?    
     
     
    2013-08-07 is stable for 2013 clients. (for me 2014-02-05 also seems working good)
    that link you gave is for full client, so you can get working kRO and upload your full client.
     
    Data Folder: https://github.com/ROClientSide/Translation Client: http://k3dt.eu/Ragexe/unpacked/ I suggest you to use NEMO Patcher to diff the client: http://herc.ws/board/topic/2905-nemo-client-patcher/page-1
     
    you need to edit jobname.lua and npcidentity.lua for clientside Guide: http://herc.ws/wiki/Custom_Mobs   Get palletes and increase the limit from
    conf/battle/client.conf
    // Valid range of dyes and styles on the client.min_hair_style: 0max_hair_style: 27min_hair_color: 0max_hair_color: 8min_cloth_color: 0 max_cloth_color: 4  
    are both computer connected? is that local IP correct? you cannot connect to server or that message just pop out but you can connect to server?  
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.