Jump to content
  • 0

Item/Mob DB scripts Request


Esdeath

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   0
  • Joined:  11/22/11
  • Last Seen:  

Hello DB Masters! I wanted to request various of scripts of my mobs/items. This maybe long but I really don't know how to script them. I'm still learning ..
So for generous people out there please help me /swt

 

How can I script this?

- Valkyrie Randgris respawn time is 8Hours (420Minutes)
- Kiel respawn time is 2Hours (120Minutes)

 

- Golden Thief Bug Card (GTB) = 99% Immunity to magic spells. Only 75% immunity for the Mage Class and 95% Immunity for Ninja

- Yggdrasil Seed & Yggdrasil Berry = No effect on Paladins

- Berzebub Card = Reduce Casting time by 30% | Reduce Casting time by 25% [3rd Jobs]

- Fallen Bishop Hibram Card = MATK +10%, Maximum SP -50%, Increase MAGIC damage inflected on Demihuman and Angel monster by 30%

And also How can I make a certain Item Storageable, Non-Droppable, Non Tradeable

And Also How can I setup the 10% Fixed Casting that will affect third jobs only?

Edited by esquilla13
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

It's already documented on the \doc\item_bonus.txt

And yes it's SAD if you chat on the IRC waiting for an hour, asking for help but no one came and help you, because people on IRC comes from all around the world with different timezones...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   0
  • Joined:  11/22/11
  • Last Seen:  

It's already documented on the \doc\item_bonus.txt

And yes it's SAD if you chat on the IRC waiting for an hour, asking for help but no one came and help you, because people on IRC comes from all around the world with different timezones...

 

 

I fixed the others

 

But this ones I really cant

 

- Fallen Bishop Hibram Card = MATK +10%, Maximum SP -50%, Increase MAGIC damage inflected on Demihuman and Angel monster by 30%

And also How can I make a certain Item Storageable, Non-Droppable, Non Tradeable

And Also How can I setup the 10% Fixed Casting that will affect third jobs only?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

1. { bonus bMatkRate,10; bonus bMaxSPrate,-50; bonus2 bMagicAddRace,RC_DemiHuman,30; bonus2 bMagicAddRace,RC_Angel,30; }


2. item_trade.txt


3. { if(eaclass()&EAJL_THIRD) bonus bFixedCastrate,10; }


Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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