Testing Events

All development conversation and discussion takes place here

Moderator: Moderator

Post Reply
Message
Author
drayath
Wayist
Posts: 22
Joined: Sat Nov 27, 2010 10:53 pm

Testing Events

#1 Post by drayath »

Hi,
I in the middle of playing around with a couple of new events. I was wondering if anyone knows is any easy way to use the lua console to force the event to be added to the present level so i can test it out in some different senarios?

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Testing Events

#2 Post by darkgod »

Check the commented out code in Game.lua in the handling of ctrl+g
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

drayath
Wayist
Posts: 22
Joined: Sat Nov 27, 2010 10:53 pm

Re: Testing Events

#3 Post by drayath »

Thanks for that, now have a working event. but have a (hopefully) final query.

If i want to add my event with the following conditions.
- Only in the the infinite dungeon (i assume just add it to the \zones\infinite-dungeon\events.lua)
- To appear at most once on a level (is this always the case?)
- To appear 10% of the time irrispective of what other events are present (percent=10%, minor=true ?)

If packaged up in an add-on can you append the event to the list of events for a zone or do you have to override the entire events.lua file for that zone.

Ta

Post Reply