Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Create a Book of animals?
Author Message
victorstelzer
Journeyman
*

Posts: 80
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Jun 2012
Reputation: 0



Post: #1
How to Create a Book of animals?
It would be like the book of rune book of animals

When animals play shrink on top of the book of animals he would add the animal, when he wanted to remove the animal shirink back in his bag.

Help create the script. ???


Attached File(s) Thumbnail(s)
   
(This post was last modified: 07-19-2012 07:13 AM by victorstelzer.)
07-19-2012 12:49 AM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #2
RE: How to Create a Book of animals?
@Portuguese
Olha cara, não é complicado, até que é uma coisa nova, aliás nunca vi isso em lugar algum.
Uma idéia seria pegar um livro e transformá-lo numa bag, daí quando você jogasse o animal em cima dele, ele iria pra dentro do livro 'bag' no caso e quando desse dois cliques no livro, abriria um gump mostrando quais animais estão lá dentro.
Mas me fala uma coisa, você quer que o animal suma e só apareça no livro? Literalmente apagar o animal shrinkado e talz... porque aí ficaria mais trabalhoso.
Tenta isso:
Code:
[ITEMDEF I_BOOK_ANIMALS]
ID I_SPELLBOOK
TYPE T_CONTAINER
NAME Books of Animals
TDATA2 03D
ON=@DCLICK
IF <RESCOUNT>
SERV.B @026,,1 Animals in your Book
FOR 0 <EVAL <RESCOUNT>-1>
  SERV.B @,,1 <FINDCONT.<dLOCAL._FOR>.NAME>
ENDFOR
ENDIF
IF !<SRC.ISGM>
RETURN 1
ENDIF
RETURN 0
ON=@DROPON_SELF
IF <ARGO.TYPE> != T_FIGURINE
RETURN 1
ENDIF
Agora só falta fazer o gump pra mostrar os animais que tem dentro do livro e quando clicar no botão o animal ir pra bag.

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
07-19-2012 02:15 AM
Find all posts by this user Like Post Quote this message in a reply
victorstelzer
Journeyman
*

Posts: 80
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Jun 2012
Reputation: 0



Post: #3
RE: How to Create a Book of animals?
Adicionei a imagem no post , no hellfire funcionava assim o livro ...

Voce shrinka o animal arrasta pra cima do livro ...... Mustang Vulcan

Ai ele criava uma opcao dentro do livro assim

Mustang Vulcan ----- Se colocasse 5 mustang vulcan ficaria Mustang Vulcan (5) que eé a quantidade .... na frente tinha a bolinha azul igual no livro de runa .... você removia mustang 1 por 1 ...... ele vinha pra bag shrinkado. E cada mustang que adicionasse diferente ele ia criando uma linha, qndo repetia ele adiciona na quantidade.....
07-19-2012 07:18 AM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #4
RE: How to Create a Book of animals?
Eu só dei o exemplo, o resto você tem que fazer aí.

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
07-19-2012 08:14 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)