QFT, but you can also do it through your store. I deleted all crafts ladys and made an NPC for crafting, also got rid of all stackable items. Took a while to do the NPC but was worth it to stop exploits.
You can use around 5-6 bone hammers without the dura dropping, i had a dc 11 OSR on Euro and i repaired this 6 times with a Bone Hammer without it dropping dura. Never actually tested in TD files so don`t really know, and im not sure you will be able to change either.
Minimap
Useing paint > Image > Resize/Skew > Resize Horizontal 25 > Resize Vertical 25 > OK
You can use the same for the towm map aswell but if you want it bigger so the above but resize by 50 50
If you were checking for 150 points to give a MagicOrb
[@MagicOrb]
#IF
CHECKGAMEPOINT > 149
#ACT
GAMEPOINT - 150
GIVE MagicOrb 1
#SAY
THERE YOU GO.\
<BACK /@Show> to List.\
<EXIT/@EXIT>\
#ELSESAY
YOU HAVENT GOT ENOUGH GAMEPOINTS AVAILABLE.\
<BACK/@SHOW> TO LIST.\
Well in that case in Q-function you must use @levelup?
[@LevelUp]
#IF
CHECKLEVELEX = 25
#ACT
sendmsg 3 " Has Reached Level 25, Congratulations!!"
SETRANKLEVELNAME %s\-*Noob*-
#IF
CHECKLEVELEX = 50
#ACT
SENDMSG 3 " Has Reached Level 50, Congratulations!!"
SETRANKLEVELNAME %s\-=Level 50+=-
#IF...
When you put it in NPC-DEF did you put the mapname next to it like:
Caveteleports-0
-0 = Map Bichon Wall
Have you added the NPC in SQL ?
Does the script start with [@Main] ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.