Search found 1768 matches

by kjLotus
Sat Jun 04, 2016 7:42 pm
Forum: Server Setup & Guides
Topic: Compiling Errors
Replies: 7
Views: 4703

Re: Compiling Errors

warnings are normal
by kjLotus
Sat Jun 04, 2016 2:40 pm
Forum: Server Setup & Guides
Topic: Compiling Errors
Replies: 7
Views: 4703

Re: Compiling Errors

visual studio is probably fine, sounds more like the paths in the solution or you have files missing in your git clone
by kjLotus
Sat Jun 04, 2016 1:46 pm
Forum: Server Setup & Guides
Topic: Compiling Errors
Replies: 7
Views: 4703

Re: Compiling Errors

sounds like you made an error in setting up the environment
by kjLotus
Sat Jun 04, 2016 1:45 pm
Forum: Scripting
Topic: effect:getPower Question
Replies: 4
Views: 3356

Re: effect:getPower Question

MOD_ATTP is attack (percent)
by kjLotus
Sat Jun 04, 2016 1:42 am
Forum: Scripting
Topic: effect:getPower Question
Replies: 4
Views: 3356

Re: effect:getPower Question

the power is whatever it was assigned when the effect was added (probably in addStatusEffect, which in this case would be in scripts/globals/abilities/warriors_charge.lua)
by kjLotus
Thu Jun 02, 2016 9:17 pm
Forum: Scripting
Topic: ACP and ASA
Replies: 23
Views: 13816

Re: ACP and ASA

i'd have to see your code, but it shouldn't be doing that
by kjLotus
Thu Jun 02, 2016 7:54 pm
Forum: Scripting
Topic: ACP and ASA
Replies: 23
Views: 13816

Re: ACP and ASA

oh yeah, i was hoping the assignment to a local would get around that but I guess not (you can't use a parameter passed into the on(whatever) functions in a closure since it gets destructed immediately after) normally you could use getTarget or something like that to get it back... anyways, you'll h...
by kjLotus
Thu Jun 02, 2016 7:43 pm
Forum: Server Setup & Guides
Topic: Connect server won't launch/auto crashes
Replies: 4
Views: 3730

Re: Connect server won't launch/auto crashes

it (probably) means that whatever IP address you put into login_darkstar is not a valid IP for your machine - just change all of them to 0.0.0.0
by kjLotus
Thu Jun 02, 2016 12:03 am
Forum: Scripting
Topic: ACP and ASA
Replies: 23
Views: 13816

Re: ACP and ASA

Code: Select all

local trader = player
npc:timer(1000, function(npc) 
    SpawnMob(whatever):updateClaim(trader) 
end )
no to 5.2 or windower stuff (our lua was around long before windowers)