Buffs Stuff

Join Discord

kyndigs

LOMCN Developer
Developer
Feb 19, 2009
1,126
117
190
Reading, UK
I coded the buff system into the files today, the system is in place however, can anyone tell me what buffs are used with what skills etc? There is a lot of images, i know the first 17 in prguse.wil but not the rest. If you look in prguse i need to know from after the Horse buff.

Thanks

Screenies:

images04s.png


images05.png
 

Bon

Legend
Legendary
Jul 29, 2004
6,726
330
300
Kent, UK
does the counter count down

eg u buff for 3mins.. after 50secs it says 2min 10secs remaining?
 

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
370
350
they are to count down in secs like 3 mins then 2:59 mins :)
 

Bon

Legend
Legendary
Jul 29, 2004
6,726
330
300
Kent, UK
i never said ne thing about it being hard or not beliveing you lol just said show us a screenie, u dont have 2. why so defensive all a sudden
 

kyndigs

LOMCN Developer
Developer
Feb 19, 2009
1,126
117
190
Reading, UK
DUDUDUDUDUDUD DUDUDUDUDUD DUUUUUUUUUUUUUUUUUU - wheres carol vorderman?

Now, someone give me info lol!!! :p
 

kyndigs

LOMCN Developer
Developer
Feb 19, 2009
1,126
117
190
Reading, UK
No i never, UC code has 3 buffs hardcoded client side...

If ride show buff etc

UC Below:

Code:
   d:=g_WMainImages.Images[906];
   if d <> nil then begin
   dsurface.Draw (SCREENWIDTH - 149 - d.Width, 5, d.ClientRect, d, TRUE);
   end;
   d := nil;
   d:=g_WMainImages.Images[877];
   if d <> nil then begin
   if g_MySelf.m_btHorse <> 0 then
   dsurface.Draw (SCREENWIDTH - 175 - d.Width, 5, d.ClientRect, d, TRUE);
   end;
 
Last edited:

Bon

Legend
Legendary
Jul 29, 2004
6,726
330
300
Kent, UK
Yeh cause you'd share your code wouldn't you lol
its not my code to share lol, its cheekys/matts

and i think they do often share/trade/help each other out with kyn and visa versa now and then

its completely up to matt what he does with the code, hes the 1 thats worked on it for past year
 

WoomaTaurus

Dedicated Member
Dedicated Member
Nov 17, 2009
17
0
27
its not my code to share lol, its cheekys/matts

and i think they do often share/trade/help each other out with kyn and visa versa now and then

its completely up to matt what he does with the code, hes the 1 thats worked on it for past year

Fair enough :) Coding is hard or takes time, well for most so shouldn't be given on a plate anyways.

@Iceman i not flaming :P learn to tell the difference lol.