Jump to content

  •  

Nova

Member Since 16 Oct 2014
Offline Last Active Apr 09 2017 10:26 AM
-----

#77678 Icons in npc

Posted by Nova on 25 October 2016 - 03:27 AM

That looks like a pretty cool server.




#69553 [Help] Converting Korean to Gibberlish.

Posted by Nova on 04 February 2016 - 09:15 AM

Use Tokei's GRF Editor:

 



 

http://herc.ws/board...047-grf-editor/

(Use the Mediafire link, it's the most up-to-date version)




#63165 Using <ITEMLINK> on Iteminfo.lua

Posted by Nova on 20 September 2015 - 03:35 PM

I tried using this on my server a while ago, I use a 2013-12-23 client, and though it worked perfectly fine for me, 80% of my server had the same bug you did, and their client would crash after clicking any of the item links.




#61387 [Episódio 14.3] NPCs gerais

Posted by Nova on 11 August 2015 - 07:40 AM

I replaced all of your 

OnTouchNPC:

with

OnTouchNPC:	.@mob = getattachedrid();
and your
//unitwarp 0, "this", -1, -1;
with
unitwarp .@mob, "this", -1, -1;

 

Though you know what, I like 

unitskilluseid .@mob,26,1;

better.

 

Also added

moro_vol,0,0,0,0	monster	Incarnation of Morocc	1918,15,0,0,0moro_vol,0,0,0,0	monster	Incarnation of Morocc	1919,15,0,0,0moro_vol,0,0,0,0	monster	Incarnation of Morocc	1920,15,0,0,0moro_vol,0,0,0,0	monster	Incarnation of Morocc	1921,15,0,0,0moro_vol,0,0,0,0	monster	Fire Condor	3020,30,0,0,0moro_vol,0,0,0,0	monster	Fire Sandman	3021,30,0,0,0moro_vol,0,0,0,0	monster	Fire Frilldora	3022,30,0,0,0moro_vol,0,0,0,0	monster	Fire Golem	3023,30,0,0,0moro_vol,0,0,0,0	monster	Fulbuk	3027,10,0,0,0

From the Divine-Pride.net database, but sadly I can't find too much mob info on these mobs. Are they supposed to be this weak?