Jump to content

Recommended Posts

Posted

Now what do I noticed this look saying my game server when start

 

 

------------------------------------------------------------------=[ Scripts ]

AirShipManager: Carregado 0 private airships

Carregando Scripts do Server

Loading Handlers...

ActionHandler: Loaded 10 Handlers

ActionShiftHandler: Loaded 6 Handlers

AdminCommandHandler: Loaded 484 Handlers

BypassHandler: Loaded 66 Handlers

ChatHandler: Loaded 14 Handlers

ItemHandler: Loaded 33 Handlers

SkillHandler: Loaded 91 Handlers

UserCommandHandler: Loaded 16 Handlers

VoicedCommandHandler: Loaded 11 Handlers

TargetHandler: Loaded 32 Handlers

TelnetHandler: Loaded 20 Handlers

Handlers Loaded...

Handy's Block Checker Event is enabled

Class not found L2ApprearanceInstance

 

>>>>> Class not found L2ApprearanceInstance

 

REV. KingServer H5

Posted

Now what do I noticed this look saying my game server when start

 

>>>>> Class not found L2ApprearanceInstance

did you apply the java part ?
Posted

like you put in there http://pastebin.com/vV4NcY9G not let missing anything where I have gone wrong??

it seems that you did not add

+++ java/com/l2jserver/gameserver/model/actor/instance/L2AppearanceInstance.java

Posted

in my path is this or am I wrong??

 

C:\workspace\ProjetokingserverBR\Server\java\king\server\gameserver\model\actor\instance\L2AppearanceInstance.java

  • 2 weeks later...
  • 2 weeks later...
Posted

I'm just learning to programming in general, and I have some problem when I compile my project in Eclipse when I modify L2AppearenceInstance.java:

 

C:\Documents and Settings\Eric\workspace\XXX\CORE\java\com\XXX\gameserver\model\actor\instance\L2AppearanceInstance.java:151: error: cannot find symbol
    [javac] 					player.getParty().broadcastToPartyMembers(player, PartySmallWindowDeleteAll.STATIC_PACKET);
    [javac] 					                                                                           ^
    [javac]   symbol:   variable STATIC_PACKET
    [javac]   location: class PartySmallWindowDeleteAll
    [javac] C:\Documents and Settings\Eric\workspace\XXX\CORE\java\com\XXX\gameserver\model\actor\instance\L2AppearanceInstance.java:152: error: cannot find symbol
    [javac] 					for (L2PcInstance member : player.getParty().getMembers())
    [javac] 					                                            ^
    [javac]   symbol:   method getMembers()
    [javac]   location: class L2Party
    [javac] 2 errors

 

What I need to do to make my project work?

 

Thank You :)

 

PS: My project is an H5 Patch, and I'm trying to learn to modify Lineage 2 Project by an existing project, Lineage II Endure (I like its customs ^_^), then...mine is not an L2J Project based.

Posted

Ok I solved last problem I posted up...

 

But now, I can compile everithing, but when I enter in game with my character, this one spawn in the middle of the water...and log error is this:

 

gen 13, 2013 8:40:52 PM com.end.gameserver.model.actor.instance.L2PcInstance restore
SEVERE: Failed loading character.
java.sql.SQLException: Column 'pccafe_points' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1144)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2815)
at com.mchange.v2.c3p0.impl.NewProxyResultSet.getInt(NewProxyResultSet.java:2573)
at com.end.gameserver.model.actor.instance.L2PcInstance.restore(L2PcInstance.java:7815)
at com.end.gameserver.model.actor.instance.L2PcInstance.load(L2PcInstance.java:1272)
at com.end.gameserver.network.L2GameClient.loadCharFromDisk(L2GameClient.java:587)
at com.end.gameserver.network.clientpackets.CharacterSelect.runImpl(CharacterSelect.java:115)
at com.end.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)
at com.end.gameserver.network.L2GameClient.run(L2GameClient.java:1095)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

 

What is wrong?

 

Thank You :)

Posted

Ok I solved last problem I posted up...

 

But now, I can compile everithing, but when I enter in game with my character, this one spawn in the middle of the water...and log error is this:

 

gen 13, 2013 8:40:52 PM com.end.gameserver.model.actor.instance.L2PcInstance restore
SEVERE: Failed loading character.
java.sql.SQLException: Column 'pccafe_points' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1144)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2815)
at com.mchange.v2.c3p0.impl.NewProxyResultSet.getInt(NewProxyResultSet.java:2573)
at com.end.gameserver.model.actor.instance.L2PcInstance.restore(L2PcInstance.java:7815)
at com.end.gameserver.model.actor.instance.L2PcInstance.load(L2PcInstance.java:1272)
at com.end.gameserver.network.L2GameClient.loadCharFromDisk(L2GameClient.java:587)
at com.end.gameserver.network.clientpackets.CharacterSelect.runImpl(CharacterSelect.java:115)
at com.end.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)
at com.end.gameserver.network.L2GameClient.run(L2GameClient.java:1095)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

 

What is wrong?

 

Thank You :)

 

Column 'pccafe_points' not found.

Posted

I seen in the database, in "characters" table, and pccafe_points is there!

 

pccofe_points type(int) lenght(6) decimal(0) allow null signed

 

Where log files means to go to see for that problem?

 

Sorry for my ignorance, I'm just learning...

  • 2 weeks later...
Posted

I can not later add this mode no error in the eclypse but by the time the gameserver ta rising every time it says Class not found L2AppearanceInstance , but rather the added ja gameserver/model/actor/instance/L2AppearanceInstance.java will be where you have to turn yet?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • https://jumpshare.com/share/kIdeKALOhgtMKpBKqxpg Test Equip Armors-> FullPlate, Gloves, Legs, Chest , Boots
    • 黑色星期五 — 为您的流量提供高级福利 仅在11月28日,我们的特别促销码可为您提供13%的商店折扣。 促销码: BLACKFRIDAY (13% 折扣) 您可以通过我们的网站或 Telegram 机器人在商店购物! 有效链接: 数字商品商店(网站): 前往 商店 Telegram 机器人: 前往 – 通过 Telegram Messenger 方便访问商店。 其他服务: 虚拟号码服务: 前往 用于购买 Telegram Stars 的机器人: 前往 – 快速且优惠地在 Telegram 中购买 Stars。 SMM 面板: 前往 – 推广您的社交媒体账户。 我们向您呈现当前的 促销和特惠活动 列表,用于购买我们服务的产品和服务: 1. 您可以在首次购买时使用促销码:SOCNET(15% 折扣) 2. 获取 $1 商店余额或 10–20% 折扣 — 只需在我们网站注册后发送您的用户名,格式如下:“SEND ME BONUS, MY USERNAME IS...” — 您需要在我们的论坛帖子中写下这句话! 3. SMM 面板首次试用可获得 $1:只需在我们的网站(支持)提交主题为“Get Trial Bonus”的工单。 4. 我们的 Telegram 频道和 Stars 购买机器人每周都会举办 Telegram Stars 抽奖活动! 新闻: ➡ Telegram 频道: https://t.me/accsforyou_shop ➡ WhatsApp 频道: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord 服务器: https://discord.gg/y9AStFFsrh 联系方式与支持: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ 邮箱: solomonbog@socnet.store
    • BLACK FRIDAY — PREMIUM BENEFITS FOR YOUR TRAFFIC Only on November 28 our special promo code gives you a 13% discount in the store. PROMO CODE: BLACKFRIDAY (13% Discount) Shop in our store on the website or via the Telegram bot! Active links: Digital goods store (Website): Go Store Telegram bot: Go – convenient access to the store via Telegram messenger. Other services: Virtual numbers service: Go Telegram bot for purchasing Telegram Stars: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We want to present you the current list of promotions and special offers for purchasing our service's products and services: 1. You can use a promo code for your first purchase: SOCNET (15% discount) 2. Get $1 to your store balance or a 10–20% discount — just send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write this in our forum thread! 3. Get $1 for the first trial start of the SMM Panel: just open a ticket with the subject "Get Trial Bonus" on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our bot for purchasing stars! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • Usually, I work alone on my projects, but sometimes the work is much more than I've expected. Could you provide a price list? It would be good if we knew your price before contacting you. 
    • BLACK FRIDAY — PREMIUM BENEFITS FOR YOUR TRAFFIC Only on November 28 our special promo code gives you a 13% discount in the store. PROMO CODE: BLACKFRIDAY (13% Discount) Shop in our store on the website or via the Telegram bot! Active links: Digital goods store (Website): Go Store Telegram bot: Go – convenient access to the store via Telegram messenger. Other services: Virtual numbers service: Go Telegram bot for purchasing Telegram Stars: Go – fast and profitable purchase of stars in Telegram. SMM Panel: Go – promotion of your social media accounts. We want to present you the current list of promotions and special offers for purchasing our service's products and services: 1. You can use a promo code for your first purchase: SOCNET (15% discount) 2. Get $1 to your store balance or a 10–20% discount — just send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write this in our forum thread! 3. Get $1 for the first trial start of the SMM Panel: just open a ticket with the subject "Get Trial Bonus" on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our bot for purchasing stars! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • Topics

×
×
  • 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