Jump to content

Wunderkind

Members
  • Posts

    13
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About Wunderkind

Profile Information

  • Current Mood
    Nerdy
  • Gender
    Male
  • Country
    United States
  • Location
    Virginia
  • Interests
    Like no other

Wunderkind's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. I've linked a GM shop to the community board using multisell lists with null for the L2Npc instance. I have NO problems getting the multisell lists to load, however I'm finding that at random intervals I cannot make purchases through them. They all lock up at once, so it doesn't matter which list I try to buy from. I've tested and found that it has nothing to do with whether I'm in combat, whether I load the list right after I log in or if I move around a bit first, nor does it have anything to do with where I'm located. However, if I wait a bit and just go about my business for awhile, it will work in a minute or two. I don't think it has anything to do with my calls to the multisell lists, because they load fine, but perhaps with the L2J code itself. tl;dr Multisell lists are opening, but won't sell at random times.
  2. You know, I understand duping and using exploits because some people just need to win. But this... it's a little over the line don't you think? Just my opinion.
  3. EDIT: Message removed. Decided not to give it another go.
  4. Alright, here is what I came up with: gif jpeg png I wasn't sure what forum you'd be using it on so I saved it in a few formats. Like I said, it's not very flashy but I like it myself. I hope it's to your liking as well.
  5. I'm thinking 450 x 100. I'll start work on it in about 4 hours. If I decide I can't do it in a way that I like, I'll let you know within 14 hours (6pm EST). This will be my first sig made for a MXC user so I'm going to let you know now that my sigs aren't extremely flashy but I can definitely hit the specifications you have in your OP. EDIT: Just wanted to note that I'm aware SrbIN accepted the request but given that the 24hr timeline he gave is up, I figured worst that could happen is that the OP would have 2 choices.
  6. If you plan on doing it for an extended period of time for multiple games; I strongly suggest using a paid VPN service. They reroute all of your internet activity through servers around the globe. This method would then of course cover the IP address sent to the gaming server as well. Virtually untraceable, but I'd only use it while performing the votes, because depending on how slow your internet connection is a VPN can slow down your connectivity pretty heavily.
  7. You don't need to break the entire ideal of what a class means just to make them work in PvP. For instance Dwarves, they're like little tanks. Increase their damage a little, add some class specific reflect and problem solved. And rather than working on Dreadnought skills to make them decent, they just add rush skills? This goes against every rule of Fantasy RPG creating and updating. Anyways it doesn't matter. anyone that would use a compiled patch over L2J SVN shouldn't be making a server.
  8. Just a suggestion, I was crashing when I opened some of the pages due to some seriously long .htm files Where I found : <html> <head> <title> GM Shop</title> </head> <body> <center><img src="L2UI_CH3.herotower_deco" width=256 height=32> <center><br1> <table cellspacing=-1> <tr> <td><img src="L2UI.SquareBlank" width=40 height=20></td> <td><img src="L2UI.SquareBlank" width=32 height=20></td> <td><img src="L2UI.SquareBlank" width=32 height=20></td> <td><img src="L2UI.SquareBlank" width=32 height=20></td> <td><img src="L2UI.SquareBlank" width=32 height=20></td> <td><img src="L2UI.SquareBlank" width=32 height=20></td> <td><img src="L2UI.SquareBlank" width=40 height=20></td> </tr> </table> <center><img src="L2UI.SquareWhite" width=200 height=1></center> <table bgcolor=FF00FF width=204> <tr> <td><center><font color="FFFF00">Shop</font></center></td> </tr> </table> <center><img src="L2UI.SquareWhite" width=200 height=1></center> <table cellspacing=-1> <tr> <td><img src="L2UI.SquareBlank" width=40 height=20></td> <td><img src="L2UI.SquareBlank" width=32 height=20></td> <td><img src="L2UI.SquareBlank" width=32 height=20></td> <td><img src="L2UI.SquareBlank" width=32 height=20></td> <td><img src="L2UI.SquareBlank" width=32 height=20></td> <td><img src="L2UI.SquareBlank" width=32 height=20></td> <td><img src="L2UI.SquareBlank" width=40 height=20></td> </tr> </table> I replaced it with : <html> <head> <title>GM Shop</title> </head> <body> <center><img src="L2UI_CH3.herotower_deco" width=256 height=32> <br> <img src="L2UI.SquareWhite" width=200 height=1> <table bgcolor=FF00FF width=204> <tr> <td align=center><font color="FFFF00">Shop</font></td> </tr> </table> <img src="L2UI.SquareWhite" width=200 height=1> <br> <br> <br> It has the same exact appearance but it uses much less space.
  9. For all of you waiting for Hi-5, did you check the changelogs? Dwarves are assassins now? Warlords get rush skills? No offence, but not a chance in hell I'm updating to Hi-5
  10. For new revisions, replace import net.sf.l2j with com.l2jserver L2PlayableInstance with L2Playable (now located in com.l2jserver.gameserver.model.actor) Also, instead of ItemHandler.java You want to modify MasterHandler.java datapack side, data/scripts/handlers There may or may not be a little more, but that should get you close enough to figure the rest out. Tested working on my L2J Freya server. [EDIT] Freya Differentials are below, uploaded as .txt files. The Noble item used is 7196 (to change it modify data/scripts/handlers/itemhandlers/NobleCustomItem.java) And if you're anal you can also change it in the Character.properties file, although it makes no difference. http://www.mediafire.com/?bhu6hc3jab2vinj Core http://www.mediafire.com/?erdevbyjv39x8te Datapack
  11. Do you know if there are any Freya revisions that maintained SQL? I kind of prefer doing the editing through Navicat. [Edit] I tested rev. 7665 and it has the SQL's, I'll probably just back-track to that. Thanks. [Edit] Any idea when they began the SQL -> XML migration?
  12. Thanks you very much, I found them ;) Are all of the new revisions like this? Or is it just a part of the pre-compiled pack I chose?
  13. I'm sure it's something simple or foolish, but I can't seem to locate Armor.sql or Weapon.sql in the revisions... The revision I'm using is: L2jServer Revision 7702 Server:4446 Datapack:7702 Perhaps the information is just located somewhere else? [Edit] I did check the changelogs on L2J before posting this, the .sql files mentioned above are supposedly still included and named the same.
×
×
  • Create New...