Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: rathena/rathena
base: master
Choose a base ref
head repository: pservero/rathena
compare: custom/shop_flag
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Jan 1, 2015

  1. Added optional parameter 'flag' for shop NPC (bitmask):

    -- 1 = Disable Discount
    -- 2 = Disable Overcharge
    -- By default (if flag is undefined), the value always be 0.
    
    Sample usage:
    prontera,147,167,6	shop	Shop 1	872,2102:-1,2104:-1,501:-1,3
    prontera,147,164,6	shop	Shop 2	872,2102:-1,2104:-1,501:-1,2
    prontera,147,161,6	shop	Shop 3	872,2102:-1,2104:-1,501:-1,1
    
    Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
    cydh committed Jan 1, 2015