Jump to content

BaB

Members
  • Posts

    30
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About BaB

Profile Information

  • Gender
    Not Telling

BaB's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Simple....GIVE THEM THE GOD DAMN PATCH ..... of course they cannot see your modifications, because, they DO NOT HAVE THE SKINS in their client. Hope it helped, HF
  2. http://www.4shared.com/file/87550836/13c81ec3/system_T22.html Have fun :)
  3. Yea, you have a point there....like i said above, the client wont support it
  4. Go to Altsettings.prop and find this line : # ConfigClassMaster=1;[];[];2;[];[];3;[];[] # 1st, 2nd, 3rd occupation change for free, without rewards ConfigClassMaster = 1;[];[];2;[];[];3;[],[];[] At the ConfigClassMaster, you probably got False, so you just put what I got, if you set it to true, the GS will error out, because that is not a config, it's a statement. Enjoy!
  5. Like the note is saying if you want to increase the quest rate drop, you need to rewrite the quest. Here is an e.g : chance = st.getRandom(100) if MALRUK_SUCCUBUS_CLAW_CHANCE >= chance and st.getQuestItemsCount(MALRUK_SUCCUBUS_CLAW) < 10 : st.giveItems(MALRUK_SUCCUBUS_CLAW,1) 1st line : as you see the chanse is RANDOM ... so it can be, 1%...50%....100% ... and so on 2nd line : doesn't matter 3rd line : if you want to increase the quest drop, and instead of 1 to give 4 for example, you just change the 1 to 4 ... The e.g is taken from the Noblesse quest part 1 .... hope i helped you :)
  6. hah??!! .... you cannot do that, even if you lower the min and max protocol from the server pack, you will get error in GS that you are not having some variables in your client to match the packets send to server .... soo...wont work ;)
  7. Think that is only CORE side.... but i don't think the client can support that ... dunno, let me have a look around a l2j project, and i will tell you exactly :)
  8. http://rapidshare.com/files/197324091/Luxury_Gatekeeper.rar http://www.4shared.com/file/87365943/8b067f43/Luxury_Gatekeeper.html Try again the links, they work fine for me :)
  9. You are missing some java files from l2j-gameserver.jar ... try and get another pack, should work fine after that ;)
  10. probably encryption numbers are wrong...try 121, to encrypt back the l2font-e.utx :)
  11. Well....L2jFree has this feature...soo....he can change the buffs from there ;)
  12. that's the harder way ... heh ... why you guys dont use the EASY way? ... go to your Gameserver Configs, and i think in altsettings.prop should be BuffTime, DanceTime,SongTime ... and you just play with the numbers ...
  13. Insufficient Memory. Please check the Virtual Memory Option and avilable hard drive space. You can check them by going to : Control Panel->System->Advanced->Performance->Settings->Advanced->Virtual memory. Or might be what texas saied, but i dont think so....Your Video card is not recognized, so that can be because you dont got the files puted corectly, check your system folder :)
  14. Try to repair you'r databases with navicat : Select all of them - and Repair ... should do the trick and you wont get that error anymore :)
×
×
  • Create New...