[MOD] favor item - Amulet of Teleportation

Some people like ZehDon and gkrit requested a better, buffed Amulet of tp.

This one has 1.5 sec cast time, with 30 sec cooldown.

So here it is:  http://www.easy-share.com/1908498332/Amulet of Teleportation.rar

     Or     http://www.mediafire.com/?zvett0m3tig

1,602 views 7 replies
Reply #3 Top

Morph - have you played around with the code enough yet to be able to release a group of changes in one mod (eg > 1 item)?  I haven't tried this yet and completely agree with your 1 by 1 approach, but am curious if that works fine. 

I still really think we need to put together a cookbook of sorts... I envision a picture of the current item with its unmodified stats.  The lua code and where to find it.  And modifying the lua code some with more comments so you can see that X block of code is for teleporting.... X block of code is for increasing dodge... X block of code is for blah blah.  If we had a resource like that, it would be much easier for everyone to create customizations. 

Reply #4 Top

Oh shiny, I think this might be better balanced than the original... ;)

Reply #5 Top

What we really need, pacov, is a Demigod Modding wiki.

Reply #6 Top

Quoting pacov, reply 3
Morph - have you played around with the code enough yet to be able to release a group of changes in one mod (eg > 1 item)?  I haven't tried this yet and completely agree with your 1 by 1 approach, but am curious if that works fine. 

I still really think we need to put together a cookbook of sorts... I envision a picture of the current item with its unmodified stats.  The lua code and where to find it.  And modifying the lua code some with more comments so you can see that X block of code is for teleporting.... X block of code is for increasing dodge... X block of code is for blah blah.  If we had a resource like that, it would be much easier for everyone to create customizations. 

Hmm i think we can add comments to the LUA files, for tutoring people that want to mod themselves, but i am not sure, as of i havent tried it yet. But i think it is done with the # symbol,which make the LUA ignore some unrecognised commands like a descripption of how things work. (I could very well talk BS right now, so correct me if i am wrong)

About the 1 by 1 items i am uploading, i am doing it on purpose, because many people might not like X item or they think that Y item is OP and stuff like that. So a full item package would make a very small % of people use it, and hey, i could very well release something useless, so i will try a full item package later. Right now i am working on favor items and learn them too.

I will upload tomorrow a lot of stuff, so stay tuned he he.

What i cant seem to find how to do is make a mod similar to Bman's Godlike team panel:  http://forums.demigodthegame.com/355788

If someone manage to do this it could very well be the best mod ever in Demigod modding. I have not tried it much tbh, but i will be busy with it tomorrow.

Or if someone can at least point me in the right direction.

Anyway i would really really LOVE a thread that people would list their requests about new items, new favor, UI changes, balancing etc etc. I would love to mod some more to satisfy the community's needs and requests.

Post people Post!

Reply #7 Top

# comment blahblah

or

-- blahahahahahahahhahahaha

Both of those conventions should work for commenting. 

And yeah... right the holy grail of dg modding would be ui enhancements similar to what bman put together... being able to see portraits of your team w/ health/mana and be able to click on them to cast.  That's the good stuff...