Jump to content
  • 0
manabeast

[cancel]how to make disguise scroll? (no understand)

Question

20000,Disguise Scroll,Disguise Scroll,2,2,,10,,,,,0x00040000,7,2,,,,,,{ ??? },{},{}

idnum2itemdesctable

20000#

A Scroll can Random Transform to a Monster.

^ffffff_^000000

Weight :^777777 1^000000

#

idnum2itemdisplaynametable

20500#Disguise Scroll#

idnum2itemresnametable

20000#¼Òȯ¼­_Ȱ#

as you can see i was copy ngek soul linken for easy use. lazy find the way making hehe.

Edited by manabeast
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

What I would do is make your item use callfunc.

create an NPC with all the mobs you want for it to randomly disguise as. That way, when you use your scroll, it calls upon the NPC and will randomly disguse you as a mob on the list you made.

Link to comment
Share on other sites

what do you mean by random monster ? i think you mean to say that if you used the scroll you'll automaticaly disguise into ramdom monster or when use you can input monster id ?

  • Upvote 2
Link to comment
Share on other sites

disguise rand(1002,2000);

put at OnEquip Part....and put

undisguise; 

at OnUnEquip Part

well...just show you how to use.. O.O ?

but i think it is better to make a function for this..

for random a monster from ID X ~ Y

then check is the ID valid or not...

then only disguise the player

  • Upvote 1
Link to comment
Share on other sites

mean need use script? i see i see. if using script put 7711 for event ticket can already. just i dun have script for call function. :D

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.