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>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • 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