Thread Rating:
  • 8 Vote(s) - 3.88 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[14/08/09] LF2 DLL Framework
#64
For the DCers around here that can't be bothered looking into the code, here's a list of all functions that rarara.dll has (as of 12 Aug 2009):
Code:
-- ITR
|
|-- KINDS (dvx = dvx-property, centerx = adjust centerx, -y = adjust -y) (t0 = type0, ta = all types)
||
||-- 8: dvx, centerx (t0, regular)
||-- 80: dvx (t0)
||-- 81: centerx (t0)
||-- 82: centery (t0)
||-- 83: dvx, centery (t0)
||-- 84: centerx, centery (t0)
||-- 85: centerx, centery, dvx (t0)
||-- 86: dvx (t3)
||-- 87: centerx (t3)
||-- 88: centery (t3)
||-- 89: dvx, centery (t3)
||-- 800: centerx, centery (t3)
||-- 801: centerx, centery, dvx (t3)
||-- 802: dvx (ta)
||-- 803: centerx (ta)
||-- 804: centery (ta)
||-- 805: dvx, centery (ta)
||-- 806: centerx, centery (ta)
||-- 807: centerx, centery, dvx(ta)
||-- 808: dvx, centerx (t3)
||-- 809: dvx, centerx (ta)
||-- 810: dvx, centerx (t1,t2,t4,t6)
||-- 811: dvx (t1,t2,t4,t6)
||-- 812: centerx (t1,t2,t4,t6)
||-- 813: centery (t1,t2,t4,t6)
||-- 814: dvx, centery (t1,t2,t4,t6)
||-- 815: centerx, centery (t1,t2,t4,t6)
||-- 816: centerx, centery, dvx (t1,t2,t4,t6)
||-- 817: dvx, centerx (t1)
||-- 818: dvx (t1)
||-- 819: centerx (t1)
||-- 820: centery (t1)
||-- 821: dvx, centery (t1)
||-- 822: centerx, centery (t1)
||-- 823: centerx, centery, dvx (t1)
|
|-- EFFECTS
||
||-- 6: Move the enemies to frame 150. State 150 immues to it.
||-- 7: Hit the enemies without bringing them to the injured frame.
||-- 8: Make the enemies fall immediately.
||-- 9: Change team
||-- 6xxx: Move the enemies to frame xxx (between 0 to 339). State 6xxx immues to it.
||-- 8xxx: Transform the enemies to ID xxx. State 80 immues to it. ID xxx immues to it.
||-- 7xxxyyy: XXX=Destination Frame Number, YYY=ID Number. The Itr will bring the enemy
||      to the specified frame number ONLY if they are of the specified ID.
||-- 8xxxyyy: XXX=Destination Frame Number, YYY=Current Frame Number. The Itr will bring
||      the enemy to the specified frame number ONLY if they are at the specified frame number.
||-- 1xxxyyyzzz: Move the enemies to frame xxx (between 0 to 339). Transform the enemies
        to ID yyy. Only enemies in state zzz will be affected by this effect. ID yyy
        immues to this effect. By putting 999 in xxx or yyy or zzz, the function of each
        part can separately be disabled. Putting 998 in zzz can affected only the enemies
        in state 11 and 16 (Dance of Pain).

-- STATES
|
|-- 20: attacks teammates only (frozen enemies will still be attacked)
|-- 85: allows to control direction in a move (^,v,<,>), increments frame# by 1
|-- 86: allows to control direction in a move (^,v,<,>); merely allows you to use the direction key
|-- 150: immues to itr/effect 6
|-- 156: immues to itr/effect 6
|-- 157: immues to itr/effect 7
|-- 158: immues to itr/effect 8
|-- 4xxx: transforms into xxx without pic-shift
|-- 6xxx: immues to frame changing part in itr/effect 1xxxyyyzzz.
|-- 1xxxx - timestop, xxxx=duration in TUs

-- OPOINT
|
|-- KINDS (used to spawn weapons into your hand. Normally you used kind 2, but that made you hold
||      the weapon like a type 1 weapon no matter what. Now it works like this:)
||-- 3: hold it like type 2
||-- 5: hold it like type 4
||-- 6: hold it like type 5
||-- 7: hold it like type 6

-- ID-properties
|
|-- 55
||
||-- if hp < 250: recover faster
|||
|||-- if dark red & red < 250: recover both faster
|||-- if red < 250 & dark red > 250: recover only red faster
||
||-- if mp < 250: 2 points faster recovery
||-- has no shadow

-- BACKGROUNDS
|
|-- perspective: xxx: spawns object id: xxx at the beginning of a fight (VS only)
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:


Messages In This Thread
[14/08/09] LF2 DLL Framework - by Boop - 03-01-2009, 03:06 PM
RE: [Concept/Project]DLL - by Ascor - 03-01-2009, 04:54 PM
RE: [Concept/Project]DLL - by genevrier - 03-13-2009, 05:55 AM
RE: [Concept/Project]DLL - by Ramond - 03-01-2009, 09:57 PM
RE: [Concept/Project]DLL - by Yinseko - 03-02-2009, 03:56 PM
RE: [12/3/09] LF2 DLL Framework - by Boop - 03-12-2009, 04:49 PM
RE: [12/3/09] LF2 DLL Framework - by Boop - 03-13-2009, 01:03 PM
RE: [12/3/09] LF2 DLL Framework - by genevrier - 03-18-2009, 03:10 AM
RE: [12/3/09] LF2 DLL Framework - by Boop - 03-18-2009, 06:42 AM
RE: [21/3/09] LF2 DLL Framework - by Boop - 03-21-2009, 07:47 PM
RE: [21/3/09] LF2 DLL Framework - by genevrier - 03-25-2009, 04:41 PM
RE: [28/3/09] LF2 DLL Framework - by Boop - 03-29-2009, 07:59 AM
RE: [28/3/09] LF2 DLL Framework - by genevrier - 03-29-2009, 10:34 AM
RE: [28/3/09] LF2 DLL Framework - by Yinseko - 03-29-2009, 11:48 AM
RE: [28/3/09] LF2 DLL Framework - by Boop - 03-31-2009, 03:31 PM
RE: [28/3/09] LF2 DLL Framework - by Boop - 04-01-2009, 03:40 PM
RE: [28/3/09] LF2 DLL Framework - by Yinseko - 04-01-2009, 09:31 AM
RE: [28/3/09] LF2 DLL Framework - by Yinseko - 04-01-2009, 06:16 PM
RE: [28/3/09] LF2 DLL Framework - by Boop - 04-01-2009, 07:16 PM
RE: [28/3/09] LF2 DLL Framework - by Yinseko - 04-01-2009, 07:21 PM
RE: [28/3/09] LF2 DLL Framework - by genevrier - 04-03-2009, 03:11 AM
RE: [28/3/09] LF2 DLL Framework - by genevrier - 04-10-2009, 08:26 AM
RE: [28/3/09] LF2 DLL Framework - by Boop - 04-10-2009, 08:58 AM
RE: [28/3/09] LF2 DLL Framework - by genevrier - 04-10-2009, 09:37 AM
RE: [10/04/09] LF2 DLL Framework - by Boop - 04-15-2009, 08:49 PM
RE: [10/04/09] LF2 DLL Framework - by genevrier - 04-16-2009, 01:49 PM
RE: [10/04/09] LF2 DLL Framework - by Boop - 04-16-2009, 05:24 PM
RE: [16/04/09] LF2 DLL Framework - by genevrier - 04-17-2009, 03:11 PM
RE: [17/04/09] LF2 DLL Framework - by Sharingan - 04-25-2009, 11:25 AM
RE: [17/04/09] LF2 DLL Framework - by Boop - 04-25-2009, 11:38 AM
RE: [17/04/09] LF2 DLL Framework - by Azriel - 04-25-2009, 01:10 PM
RE: [17/04/09] LF2 DLL Framework - by Boop - 04-25-2009, 01:19 PM
RE: [17/04/09] LF2 DLL Framework - by Yuan - 05-17-2009, 10:11 AM
RE: [17/04/09] LF2 DLL Framework - by genevrier - 05-17-2009, 12:58 PM
RE: [17/04/09] LF2 DLL Framework - by Boop - 05-17-2009, 10:25 AM
RE: [17/04/09] LF2 DLL Framework - by Yuan - 05-17-2009, 02:07 PM
RE: [17/04/09] LF2 DLL Framework - by 1477 - 05-25-2009, 03:48 AM
RE: [17/04/09] LF2 DLL Framework - by Boop - 05-25-2009, 07:29 AM
RE: [17/04/09] LF2 DLL Framework - by Boop - 06-01-2009, 01:00 PM
RE: [17/04/09] LF2 DLL Framework - by hkmnhkmn - 06-20-2009, 09:22 AM
RE: [17/04/09] LF2 DLL Framework - by Boop - 06-20-2009, 09:37 AM
RE: [17/04/09] LF2 DLL Framework - by 1477 - 06-22-2009, 02:33 AM
RE: [17/04/09] LF2 DLL Framework - by 1477 - 06-29-2009, 05:21 AM
RE: [17/04/09] LF2 DLL Framework - by Boop - 06-29-2009, 03:22 PM
RE: [17/04/09] LF2 DLL Framework - by hkmnhkmn - 07-03-2009, 12:28 PM
RE: [17/04/09] LF2 DLL Framework - by Boop - 07-03-2009, 12:35 PM
RE: [17/04/09] LF2 DLL Framework - by Boop - 07-21-2009, 01:21 PM
RE: [17/04/09] LF2 DLL Framework - by TheNave - 07-21-2009, 03:04 PM
RE: [17/04/09] LF2 DLL Framework - by genevrier - 07-30-2009, 07:29 PM
RE: [17/04/09] LF2 DLL Framework - by TheNave - 07-30-2009, 09:19 PM
RE: [17/04/09] LF2 DLL Framework - by genevrier - 08-01-2009, 03:22 AM
RE: [17/04/09] LF2 DLL Framework - by TheNave - 08-01-2009, 09:00 AM
RE: [01/08/09] LF2 DLL Framework - by Boop - 08-02-2009, 04:16 PM
RE: [01/08/09] LF2 DLL Framework - by 1477 - 08-03-2009, 05:26 AM
RE: [02/08/09] LF2 DLL Framework - by Boop - 08-09-2009, 07:17 PM
RE: [02/08/09] LF2 DLL Framework - by SortaGuy - 08-10-2009, 06:56 PM
RE: [02/08/09] LF2 DLL Framework - by Boop - 08-10-2009, 09:36 PM
RE: [02/08/09] LF2 DLL Framework - by hkmnhkmn - 08-11-2009, 01:47 AM
RE: [02/08/09] LF2 DLL Framework - by Boop - 08-12-2009, 04:27 PM
RE: [12/08/09] LF2 DLL Framework - by Silverthorn - 08-13-2009, 04:06 PM
RE: [14/08/09] LF2 DLL Framework - by Boop - 08-16-2009, 01:17 PM
RE: [14/08/09] LF2 DLL Framework - by Buxie - 08-25-2009, 03:57 PM
RE: [14/08/09] LF2 DLL Framework - by Boop - 08-29-2009, 07:05 AM
RE: [14/08/09] LF2 DLL Framework - by hkmnhkmn - 08-29-2009, 06:00 AM
RE: [14/08/09] LF2 DLL Framework - by Buxie - 08-29-2009, 08:10 AM
RE: [14/08/09] LF2 DLL Framework - by Boop - 08-29-2009, 08:13 AM
RE: [14/08/09] LF2 DLL Framework - by TheNave - 09-02-2009, 06:50 AM
RE: [14/08/09] LF2 DLL Framework - by George - 09-10-2009, 05:06 PM
RE: [14/08/09] LF2 DLL Framework - by TheNave - 09-10-2009, 05:38 PM
RE: [14/08/09] LF2 DLL Framework - by George - 09-10-2009, 05:51 PM
RE: [14/08/09] LF2 DLL Framework - by George - 09-12-2009, 09:31 AM
RE: [14/08/09] LF2 DLL Framework - by hkmnhkmn - 09-18-2009, 12:09 PM
RE: [14/08/09] LF2 DLL Framework - by Divisor - 09-22-2009, 07:13 PM
RE: [14/08/09] LF2 DLL Framework - by Hax0r - 09-18-2009, 10:32 PM
RE: [14/08/09] LF2 DLL Framework - by Buxie - 09-19-2009, 04:24 AM
RE: [14/08/09] LF2 DLL Framework - by RenanDez - 09-19-2009, 06:39 AM
RE: [14/08/09] LF2 DLL Framework - by Hax0r - 09-22-2009, 07:04 PM
RE: [14/08/09] LF2 DLL Framework - by Kiba - 01-03-2010, 06:48 AM
RE: [14/08/09] LF2 DLL Framework - by vandesdelca - 01-30-2010, 11:03 PM
RE: [14/08/09] LF2 DLL Framework - by TheNave - 01-31-2010, 12:01 AM
RE: [14/08/09] LF2 DLL Framework - by vandesdelca - 02-01-2010, 08:06 AM
RE: [14/08/09] LF2 DLL Framework - by hkmnhkmn - 01-11-2011, 07:01 AM
RE: [14/08/09] LF2 DLL Framework - by Boop - 01-11-2011, 07:58 PM
RE: [14/08/09] LF2 DLL Framework - by hkmnhkmn - 01-17-2011, 02:25 PM
RE: [14/08/09] LF2 DLL Framework - by Boop - 01-17-2011, 06:05 PM
RE: [14/08/09] LF2 DLL Framework - by hkmnhkmn - 01-18-2011, 09:41 AM



Users browsing this thread: 1 Guest(s)