quest::selfcast(spellid)
Perl missing quest::selfcast(spellid)
zone\embparser.cpp ~ Line 391 add: Code:
"sub selfcast{push(@cmd_queue,{func=>'selfcast',args=>join(',',@_)});}" Monrezz |
Ahhh I see you got to the bottom of it. So have you tested that to be working? I dont have time ATM to merge that in and test it..
Silly question (still learning As I always seem to point out hehe), I dont need to recompile ALL of zone project with this, but just that one source file, yes? |
Yes, merged and works.
And yes - you only need to compile that one file. (unless you've changed a few of the shared files). If it doesn't compile, just rebuild al. :P Monrezz |
Great, thank you... Ill be using that one too on my server.
|
www.arnold11.karoo.net/Diffs.htm
Any entry in the quest column that doesn't have an entry in the perl column means it isn't supported in perl. Simple fix is to add a line at the bottom of embparser.cpp along the lines of: "sub <MissingCmd>{push(@cmd_queue,{func=>'<Missin gCmd>',args=>join(',',@_)});}" Then recompile. Adds all the old avaliable commands in qst format to perl format, using same arguments. Monrezz |
Done.. thanks again.
|
Np :)
I think some were left off because ther are no longer needecd, ie(calc), but there are a few that can be used still I imagine. |
All times are GMT -4. The time now is 05:37 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.