Jump to content
  • 0

Gm Shop - Buffer configoration HELP


Question

Posted

Well since I didint found any information for that how to REMOVE add new items in GM SHOP, how to remove whole button ( like Consumables to be removed ) how can I do that and from where?

How can I add new buff to my Buffer also how to remove some buff.

 

Regards from Bulgaria!  :P

2 answers to this question

Recommended Posts

  • 0
Posted

if you want set your buffer new buff or delete go the folder gameserver/data/jscript/custom/(folder your buffer) open the txt file __init__.py and there set or romove any buff if you want.

 

 

Update: Check-> #Wind Walk<----(name buff)

if event == "1": <---(Number)

st.takeItems

SkillTable.getInstance().getInfo(1204,2)<----(ID-LvL).getEffects(st.getPlayer(),st.getPlayer())

return "2.htm"<---(in what htm want to return after to take that buff)

st.setState(State.COMPLETED)

 

 

now if you want remove or add any item in your gm shop go the folder gameserver/data/multisell(if your gm shop is multisell) check your "ID" files in your html and

 

<!--Blessed Scroll of Escape: Castle-->  <---(name Item)

    <item id="1"> <---(position id)                           

        <!--Mature Chilly Cobol--> <--(real name item)

        <ingredient id="5105" count="600"/> <--(ID from Item and a count="600" is a price)

        <ingredient id="57" count="150000"/> <--(ID for adena or any item if you want and a count="150000" is a price)

        <production id="5859" count="1"/> <--(custom item if you want)

    </item>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock