Jump to content

Recommended Posts

Posted

          if item == 6657: 
               st.takeItems(ITEM_ID,300000000) 
               st.giveItems(item,1) 
               htmltext = "Enjoy your Necklace of Valakas" 
        elif item == 6656: 
               st.takeItems(ITEM_ID,300000000) 
               st.giveItems(item,1) 
               htmltext = "Enjoy your Earring of Antharas" 
        elif item == 6659: 
               st.takeItems(ITEM_ID,300000000) 
               st.giveItems(item,1) 
               htmltext = "Enjoy your Zaken's Earring" 
        elif item == 6661: 
               st.takeItems(ITEM_ID,300000000) 
               st.giveItems(item,1) 
               htmltext = "Enjoy your Earring of Orfen" 
        elif item == 6658: 
               st.takeItems(ITEM_ID,300000000) 
               st.giveItems(item,1) 
               htmltext = "Enjoy your Ring of Baium" 
        elif item == 6660: 
               st.takeItems(ITEM_ID,300000000) 
               st.giveItems(item,1) 
               htmltext = "Enjoy your Ring of Queen Ant" 
        elif item == 6662: 
               st.takeItems(ITEM_ID,300000000) 
               st.giveItems(item,1) 
               htmltext = "Enjoy your Ring of Core" 
          else : 
             st.playSound("ItemSound.quest_fanfare_2") 
          st.exitQuest(1) 
     return htmltext 

 

How to write to work ? pls help .. :D:D

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
Reply to this topic...

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