
bartoruiz
Members-
Posts
33 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by bartoruiz
-
Help Request Help, Quest- L2Off
bartoruiz replied to rfsbqq's question in Request Server Development Help [L2OFF]
Is your d1ck special?...why not a carrot for starters? How do you know he does'nt know how to suck d1ck?, He might be master already....or you are a master able to recognize newbie suckers :o Or maybe..... //whocares @topic starter : Don't ever pm me, ask in public :D -
What Chronicle L2Off Is This?
bartoruiz replied to Zeeyo's question in Request Server Development Help [L2OFF]
The bottom status bar is interesting....it has a mail icon so it should be throne Hi5+ -
Discussion Choose Extender
bartoruiz replied to SuB71Me's topic in Server Development Discussion [L2OFF]
get used kokomola... you might come from l2j, and they have sort of a "community" where everyone helps, lick each other wounds... all that carebear stuff In l2off we barely have a forum, help is available for non lazier people... and we basically hate each other for no reason :D It happens everywhere... lets say this is an elite-cars forum, and you came and ask "Which Ferrari should I buy?, are those better than a BMW?".... you are asking for trashtalk. PS "..." were intentional; eat that! :D -
Help Npcpos - Increasing Coords Range
bartoruiz replied to ericvini's question in Request Server Development Help [L2OFF]
increase maximum_npc=7 to 20 and see if that works -
Discussion Effect Frenzy(Dmg)
bartoruiz replied to nanosas's topic in Server Development Discussion [L2OFF]
Won't work You will probably have better luck with your second option: Just try it ...it wont break anything :P This is the actual effect for HighFive: effect={{p_physical_attack;{all};15;per};{p_physical_attack_by_hp1;{sword;blunt};55;per};{p_2h_sword_bonus;10;per;6;diff};{p_2h_blunt_bonus;10;per;6;diff}} -
Help Subclass Cumulative + Skilles Accumulated
bartoruiz replied to WaLas's question in Request Server Development Help [L2OFF]
lin_GetAquireSkill: ALTER PROCEDURE [dbo].[lin_GetAquireSkill] ( @char_id INT, @subjob_id INT ) AS SET NOCOUNT ON SELECT skill_id, skill_lev, is_lock FROM user_skill WHERE char_id = @char_id AND ISNULL(subjob_id, 0) = @subjob_id ORDER BY 1, 2 Edit it to: ALTER PROCEDURE [dbo].[lin_GetAquireSkill] ( @char_id INT, @subjob_id INT ) AS SET NOCOUNT ON SELECT skill_id, skill_lev, is_lock FROM user_skill WHERE char_id = @char_id ORDER BY 1, 2 Haven't tested but might work ;) -
Discussion L2Ext Team - Interlude Extender (New)
bartoruiz replied to La2Ext's topic in Server Development Discussion [L2OFF]
I personally don't give a dam f*ck if he is selling stolen work, ...why discuss about it or even care when l2off is indeed stolen work from ncsoft. It is like caring about the authencity and originality of "Game of Thrones"; who gives a sh1t! The real issue here is to prove it's not just a scam and if he is able to deliver what it promises, and support it in the long run. IMO this is too elaborated for a scam (he would had better luck in l2j), but I'll wait for the 1st brave one to review...because in fact I am looking for 1 IL license, but I would rather pay more than gambling with "unknown" -
Help Please Help Me With Online Server
bartoruiz replied to bigone28's question in Request Server Development Help [L2J]
wrong forum, ask your question in L2J -
Help Npcdata - Confirmation Of Files / Logs
bartoruiz replied to ericvini's question in Request Server Development Help [L2OFF]
You have to run logd service, and that normally writes logs to a DB. If you also want to avoid that, this is a simple fake logd I made, it just open the same port logd would use. http://www.4shared.com/rar/ABveBSyp/fake_logd.html If you have doubts about the exe, it is just a netcat windows port and you can find your own. http://en.wikipedia.org/wiki/Netcat -
disapointed myself :P He is guilty for covering teleport names with bright red, keep wondering why :D
-
Discussion LF Original C4 L2Gold Files
bartoruiz replied to dzumara's topic in Server Development Discussion [L2OFF]
I can make it, but my time is expensive too :P And I would rather use myself.SetOneTimeQuestFlag , so it doesn't require to take any quest. -
LF Clan Crest For Npc
bartoruiz replied to LineageTeardrop's question in Request Server Development Help [L2OFF]
crests are sever-side stored. I know that is what you meant to say, but for reference of others :P -
It does not display automatically, you need to reload AI in l2npc menu, but it is better to restart the whole l2npc If you already restarted l2npc, I duno....maybe you didnt save ai.obj?, or you are looking the wrong npc :P make sure you //summon clavier , which is Giran teleport
-
Wasn't me, LineageTeardrop asked you for a reupload :P
-
That is totally client side stuff, keep trying ;) EDIT: lol, 1 year post...seemed like few days ago.
-
lol, next thing you will say is that you used Windows 98, when L2off doesnt even run in x86. It's a fag action when you are clearly missing the section of the forum, all your posts except this one are in L2j.... You cannot run L2off without geodata, so you are clearly running L2j... crawl back to your cave!.
-
I dont think you will get closer to a -posible- vendor without a 6 digit offer. And if you are not willing to risk a rent, even less a buy ;) .02
-
Discussion Starting Skillbar
bartoruiz replied to bartoruiz's topic in Server Development Discussion [L2OFF]
there is not any SetShorCut @ the end of CreateChar, I just added one after 'exec lin_InsertUserHistory ...' I wanted to add shorcuts, changing the Tutorial Guide shoutcut would work too, but there is plenty of space for adding. -
Discussion Starting Skillbar
bartoruiz replied to bartoruiz's topic in Server Development Discussion [L2OFF]
You are the man. exec'ing lin_SetShortCut at the end of lin_CreateChar did the trick ;)