HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Problems with backpack system

05-15-2004, 01:55 AM#1
Arkidas
Im adding drop&drag backpack system,I copied all abilities,triggers,items and custom scrip code. but I get scirp error when I try to test or save my map please help me :(
05-15-2004, 01:56 AM#2
MysticGeneral
In that case, you must've copied the units too? There was a custom unit, I believe a paladin. What is the script error?
05-15-2004, 02:03 AM#3
ThyFlame
You either didn't copy a custom script correctly, or there was a custom function [something along those lines] that you didn't bring over.
05-15-2004, 02:24 AM#4
Arkidas
hmm just if pitzermike would be here he could check it out for me
05-15-2004, 02:25 AM#5
MysticGeneral
What's pitzermike got to do with anything?
05-15-2004, 02:29 AM#6
weaaddar
He might of thought he wrote it?
Anyway there is no variables and you need all the abilities and objects I added. You must copy the triggers in the order they appear, and you must also grab all the code in the custom script section for it to work in another map. Then you have to modify the constant functions to point towards the objects but other then that I see no reason why your getting script errors unless your using a no-cd crack.
05-15-2004, 02:35 AM#7
Arkidas
no-cd crack is something that I would never use on this computer.

here you can see how this looks like.


PS: Weaddar u saying I need to copy the categorys like they are instead have all triggers in one category?
05-16-2004, 09:11 AM#8
Vexorian
Quote:
Originally Posted by Uther
I...Sense...A...
TRIPLE POSTER!! :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :<
:o

Why don't you try to say everything in 1 post not 3...or edit maybe?
Actually that is spam, don't ever do it again, or face the consequences
05-16-2004, 01:22 PM#9
Arkidas
well yes,really Im not trying to get many posts,I just feel better adding new replay instead edit cause some people dont see edit but everyone notice replays. I wanan ask one thing too. Its about my ping,its 200!!!! normally its 90-100 but now its 200. I have 1024kb/s connection and this just happened to start yesterday. I lag in bnet games and custom also and sometimes I just lag out of the game!!!! what can be wrong? it isnt spyware runned spybot,and not virus,what couls this be?
05-16-2004, 02:01 PM#10
weaaddar
You must copy in the order they appear I suggest copying the categories first, save then moving them to a category of your choice but still retaining the order of appearance.
05-16-2004, 02:21 PM#11
Arkidas
Is any triggerer here that can help me and check what is wrong!??? I just get some thousund of script error,but I cant understand what I did wrong :( please any triggerer?
05-16-2004, 03:26 PM#12
Vexorian
Always use edit instead of reply. It is not about feelings, it is about rules
05-16-2004, 03:53 PM#13
weaaddar
Are you using 1.15? If your not get it it may fix things.
attach your map or export the script so we can see whats wrong A screenshot pointing to some fictious error (an error caused due to an error already existing in the script) isn't going to help anyone.
05-16-2004, 04:03 PM#14
Arkidas
here,hope you can fix it for me. And yes,I play tft on bnet every day so I have 1.15 as I sayed before game isnt cracked.

Also Remember you need to open it with WEU
05-16-2004, 07:05 PM#15
weaaddar
your using a 3rd party editor I never gauranteed compatibility with UMSWE or WEU.

Your problem here is multiply defined functions. Which causes an error.
delete the GetIssuedOrderItem AddSpecialEffectTargetUnitWithTimer_Child, and AddSpecialEffectTargetUnitWithTimer.
You could of easily just grabbed a utility like pjass to find out what was wrong.

You also don't need the last two triggers I have (What the french hell and the example init or whatever I called them). Those were for the demo map exclusively and if you are not using features such as the spellbook or the attributer have no use for you as the backpack is automatically instanced.