Jump to content

Squirtle

Members
  • Posts

    93
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Squirtle

  1. When I try with st.getPlayer().getPet() != None : I get error saying onAdvEventAttributeError: object has no Attribute '__Call__' Could this be because my instances while loading trys to load L2PetInstance? When I change this to regular L2Pet I get Crit error in game server console and the NPC doesnt load all together =/
  2. Heres the code, when I try to use a scheme it gives me error on line 926. When I go to use the preset ones it gives me the same error on line 1001. Ive tried all of the above ways to fix this but none work, any ideas? http://pastebin.com/vikQsWHb
  3. Ok so over the past 2 months give or take, I've been looking for a Scheme buffer that is compliant with L2js most recent packs.... Yet noone seems to have one or seems to know how to "fix" older versions. So I set out on a quest to try and "fix" an older version of Rin4a's Scheme Buffer but after two weeks of trying different things I've pretty much given up. Seeing as I know little to nothing about python or Java this has been a tough time and I'm HOPING that someone out there that reads this can fix the file I have attached to this post for not just myself but other people that may be having the same issue.... Problem is, it loads fine into the game, everything playerside works. When you go to buff a pet with scheme or autobuff you get errors on lines 926 and 1001 saying AttributeError : getPet. So, here it is, hopefully one of you "superDevs" out there would be kind enough to help your fellow MxC community with an awesoem share for Hi5 ^_^ Edited Buffer : http://www.mediafire.com/?592999igj14c71j
  4. Dude I LOVE the weapons, but are they in place of some other weapon? cause there is no server sided stuffs ^_^ (item .xml) or is it just me? I can make one ofc but if you already have one it would kinda be a waste of time =)
  5. We need more information in order to help you... What pack are you using, what items do not work correctly or at all etc etc. The more information you can provide the better your chances are of someone being able to help ^_^
  6. lol im not saying it isnt stable or quite worked. I use L2js Hi5 pack from april 1st and it works beautifully, its just some of their skills such as TRAPS do not work correctly.
  7. ok si as far as the loading of the script in the gs console... I can get that working. But when I go in game it gives me errors about line 1197 Syntax Error:" Invalid Syntax" and does nothing for normal players (Errors only show up for ppl with access lvl >7) My lines 1192-1215 are as follows (I see nothing wrong with these) 1192 def onTalk (self,npc,player):#verifica player se tem PET/Flag/Karma ou modo de combate. 1193 htmltext = "<html><head><body>You can't buff while you are</body></html>" 1194 st = player.getQuestState(qn) 1195 if not st : return htmltext 1196 npcId = npc.getNpcId() 1197 if player.getPet() == None :#Player sum Pet 1198 htmltext = "<html><head><body>You Need pet or summon</body></html>" 1199 st.exitQuest(1) 1200 elif st.player.getPvpFlag() > 0 :#Player Flag 1201 htmltext = "<html><head><body>You can't buff while you are <font color=\"800080\">flagged! 1202 </font><br>Wait some time and try again!</body></html>" 1203 st.exitQuest(1) 1204 elif st.player.getKarma() > 0 :#Player has Karma 1205 st.exitQuest(1) 1206 htmltext = "<html><head><body>You have too much <font color=\"FF0000\">karma!</font> 1207 <br>Come back,<br>when you don't have any karma!</body></html>" 1208 elif st.player.isInCombat() :#Player modo de Combate 1209 st.exitQuest(1) 1210 htmltext = "<html><head><body>You can't buff while you are attacking!<br>Stop your fight 1211 and try again!</body></html>" 1212 else: 1213 st.setState(State.STARTED) 1214 return InitialHtml 1215 return htmltext Anyone see something that I am missing here? (btw this is the files where I get error... on getPet() if I change it to getPetInstance() I dont et errors in GS console but the buffer still gives me errors in game.
  8. A couple of them dont work on Hi5 either... The traps do DoT and most of what they are supposed to but dont give conditions after (Stun Fear Flame dmg etc)
  9. ok so I found a pet buffer for freya and I know theres problems implementing them into a hi5 server, one of them being they changes L2SummonInstance to something else, anyone care to fill me in on what they changed that to? (I seen a topic about this awhile ago but every time I search for anything it just says no results found even if I search Lineage in the L2 section LOL)
  10. Joes Data Center located in Kansas City Missouri in USA, 100 mb up/down speed. servber machine specs are Intel xeon quad core @2.5ghz, 8gb RAM, 500MB 7200 rpm HDD.
  11. Its like I said man, ALL chars get stuck doing random actions at random times... GM chars dont get stuck for some reason but reg players do... They can chat and target things (players mobs NPCs) but can not do any actions (move,attack,socials)
  12. Its on a dedicated server, Also im using almost newest revision of L2j Hi5 pack (March 28th I believe) Y_Y It didnt happen until Recently so maybe there is something wrong in their newer packs =/ I also posted in their forums but they are very inactive on there....
  13. Ok so I seem to be having this problem where chars randomly get stuck (all online except gms) and it happend randomly from time to time, no errors in my gs or ls consoles and Ive tried tweaking the server to fix it but it doesnt seem to be making a difference, Any suggestions?
  14. Fixed, apparently the custom items used ols xsd files which were directed at xsd/stats.xsd needed to be directed to ../../xsd/skills.xsd Weird how a couple dots and lines could give so many errors...
  15. Thanks Wyatt and yes im using windows because I'm sadly a total noob when it comes to linux... Maybe one day I wll become a 1337 dev like you guys but currently I am still a nab =/
  16. ok so I recently opened a Hi5 server and i'm starting to get a decent playerbase. Problem with that is my server is using the default ammount of am even though ive edited the game_loop.sh file to up it to 4gb its still using 1. Any other way of fixing this? L2jdp:9582 Version: 5914
  17. Tried that one couldnt figure it out... The guides posted in that forum are NOT for that updater.... Thanks tho :okey:
  18. Looking for a descent auto updater/Launcher and maybe an explination on how to set it up... I have tried two different ones now and one of them I get absolutly nothing out of the other will connect to my news server but not the update server... I have a "patch" posted on my site to connect but alot of people think it is easier to just click an icon and have it do the work... Ive tried multiple times getting these to work but most are dead links or I cant figure out now Y_Y Please help
  19. Like the title states, with the custom armor sets I have implimented on my server everytime someone with one logs on or equips/unequips these said sets I get an error in GS console that says : SkillTable: No Skill Info Found for Skill id : (skill id) and Skill lvl 1. Ive looked pretty much everywhere and checked/double/tripple checked these files I know its all in the same place and I get the bonuses from the armor (which is in the skill xmls that the server says it cant find) but I don't want my GS to get flooded out when I get more of a playerbase that acquires these said armorsets.
  20. ok so I noticed that Olf's T-shirt is supposed to give boost of stats (str, con, dex, int, wit, men) at +5, +7, +8 and +9 its in the description but if you go and look at the item in the stats/items folder (or just enchant it in game) you get no boost of stats. I know I can add BASE stats to it like +1 to all stats even at +0 but I was wondering if anyone had any idea how to add boosts on enchant?
  21. Its like that on alot of EURO/ Korean games, tbh I'm not surprised that it happens here, also in L2J the illegal names/words contain characters: annou,ammou,amnou,anmou,anou,amou by default... Btw love the rape bear Pic
  22. http://virusscan.jotti.org/en/scanresult/b63b421eae3c3149c59ba59bb6a39ae1e5b4a739 Results, Funny how none of the descent ones found anything but the ones I've never heard of says OH LOOK... up to you guys what to do from here. (Note when I scanned it the first time in polish 2 of those results were clean that came out saying virus in english...WTF?)
  23. Played L2 for 7 years and Didnt know that.... Guess I always had an ammount of fame before I talked to him before lol, thanks... Can close topic now.
  24. Not bad but the armor and weapon icon are opposite what they should be (easy fix in html file)
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock