-
Posts
79 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by hopakos
-
I am using aCis Project 3.15Rev Can somebody help me figure it out how i can do the Grandboss when respawned to change the Respawn_time From Grandboss_data to 0. Pvp Inside arenazone been counted. If character(not inside boss zone) trying to ressurect a dead character inside bosszone to fail.(but if character(alive) try to res Character(dead) both inside in bosszone to succed) :y u no?:
-
Help [Help] Java Error
hopakos replied to hopakos's question in Request Server Development Help [L2J]
Fixed :D close topic pls -
When it load npc it give me this errors NpcTable: Loaded 6522 NPC templates. WalkerRoutesTable: Loaded 12 NpcWalker routes. DoorTable: Error while creating table: java.lang.ClassCastException: net.sf.l2j. gameserver.model.actor.instance.L2DoorInstance cannot be cast to net.sf.l2j.game server.model.actor.instance.L2PcInstance StaticObject: Loaded 29 templates. NPC 21392 class not found net.sf.l2j.gameserver.model.actor.instance.L2MonsterInstance cannot be cast to n et.sf.l2j.gameserver.model.actor.instance.L2PcInstance NPC 21392 class not found
-
Nice share thx a lot! i have a problem. i installed RBmanager succesfull on Acis datapack (trance's project) When i talk to npc and press "Raidboss infos" Nothing happend and in GS console i have the msg--> Client: [Character: =HopakoS= - Account: hopakos - IP: 46.103.166.190] - Failed reading: [C] RequestBypassToServer ; LIST_RAID_BOSS_IDS LIST_RAID_BOSS_IDS Any help could be thxfull. (If you can tell me about what the prob so i can fix it on my own could be a lot better, to understood the problem so i can go a step highter!)
-
I have tried this totorial http://forum.l2tower.eu/thread-guide-how-to-connect-16-10-15?pid=98540 i just put the injector on character select Then i log in the game everything works untill it say "settings: Configuaration saved as "Char.Name" then i got DC.
-
i have a problem with my php that say raidboss respawn time. have a look on the code. Raid Boss Information<br><br> <table> <tr><td>Name</td><td>Status</td><td>Spawn</td></tr> <?php $hostname = "-----"; // server ip $database = -----"; // mysql database $user = "-----"; // mysql username $pass = "-------"; // mysql password $connect = @mysql_connect($hostname, $user, $pass); @mysql_select_db($database, $connect); if(!$connect) echo 'Can\'t connect to the database'; else { $raidspawn = mysql_query("SELECT boss_id,respawn_time FROM raidboss_spawnlist ORDER BY respawn_time DESC"); while(list($boss_id,$respawn_time) = mysql_fetch_row($raidspawn)) $limite = 26 ; { $raidnames = mysql_query("SELECT name FROM raidboss_spawnlist ORDER BY respawn_time DESC LIMIT 0, ".$limite.""); $text = '<font color="00FF00">Alive</font>'; $respawn = '<font color="0000FF">Spawn</font>'; $respawn_time = "respawn_time" ; if($respawn_time > 0) { $respawntime = date('r',($respawn_time / 1000)); $text = '<font color="FF0000">Dead</font>'; $respawn = '<font color="FF0000">Respawn in '.$respawntime.'</font>'; } while(list($raidname) = mysql_fetch_row($raidnames)) { echo '<tr><td>'.$raidname.'</td><td>'.$text.'</td><td>'.$respawn.'</td></tr>'; } } } ?> </table> This if is not working (when raid is down it doesnt do nothing) if($respawn_time > 0) { $respawntime = date('r',($respawn_time / 1000)); $text = '<font color="FF0000">Dead</font>'; $respawn = '<font color="FF0000">Respawn in '.$respawntime.'</font>'; } while(list($raidname) = mysql_fetch_row($raidnames)) { echo '<tr><td>'.$raidname.'</td><td>'.$text.'</td><td>'.$respawn.'</td></tr>'; } } } ?>
-
Share Looking For Hosting L2Gold C6 Ready For Open
hopakos replied to -TED's topic in General Discussion [English]
At least say thx to Mr. Trance..... -
Help Readfile Failed: Count=0 Length=130577 Error
hopakos posted a topic in [Request] Client Dev Help
2014.11.18 16:45:43 OS : Windows Vista 6.2 (Build: 7601) CPU : GenuineIntel PentiumPro-class processor @ 2607 MHz with 2047MB RAM Video : NVIDIA GeForce GTX 460 (4460) ReadFile failed: Count=0 Length=130577 Error=Παρουσιάστηκε σφάλμα δεδομένων (κυκλικός έλεγχος πλεονασμού). History: ULinkerLoad::Serialize <- TArray<< <- TLazyArray::Load <- FStaticTexture::GetTextureData <- FDarkElf.UpBody.FDarkElf_m004_t1004_u_ori <- FD3DTexture::Cache <- FD3DRenderInterface::CacheTexture <- FD3DRenderInterface::HandleCombinedMaterial <- FD3DRenderInterface::SetShaderMaterial <- FD3DRenderInterface::SetMaterial <- USubSkeletalMeshInstance::Render <- USkeletalMeshInstance::Render <- FDynamicActor::Render <- Actor <- TranslucentRendering <- RenderLevel <- FLevelSceneNode::Render <- FPlayerSceneNode::Render <- UGameEngine::Draw <- UWindowsViewport::Repaint <- UWindowsClient::Tick <- ClientTick <- UGameEngine::Tick <- UpdateWorld <- MainLoop can anybody tell me what is goin wrong ? -
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\wamp\www\configs\config.php on line 13 In this line i have this --> $open = mysql_connect($sqlhost, $sqluser, $sqlpass) or die("Invalid DB."); i search 1st on google and i see an answer to change Check this http://83.212.122.132/index.php I have download this from this section and i cant understand the main language. thx
-
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\wamp\www\configs\config.php on line 13 In this line i have this --> $open = mysql_connect($sqlhost, $sqluser, $sqlpass) or die("Invalid DB."); i search 1st on google and i see an answer to change Check this http://83.212.122.132/index.php I have download this from this section and i cant understand the main language. thx
-
i host BB :D thx all btw
-
http://www.l2g-memories.com/i maked one (not anything special) you can check. Do you know any visual Html or Php editor;
-
you tell me that i cant add a forrum section on my own web site;
-
i have www. site and already uploaded I just need to add a forum section inside it. Have a look http://83.212.122.132/indexhtml.php
-
forum psaxnw file.
-
I am looking for a forum to import them on my website coded by .php
-
I am lookin for a forrum section to import to my website (for l2j) thx .
-
Share Lineage 2 Html Templates (6)
hopakos replied to Lelouch's topic in Website Templates & Themes (Free)
Thx for this nice share. +rep -
ReadFile failed: Count=0 Length=130788 Error=Παρουσιάστηκε σφάλμα δεδομένων (κυκλικός έλεγχος πλεονασμού). History: ULinkerLoad::Serialize <- TArray<< <- TLazyArray::Load <- FStaticTexture::GetTextureData <- l2ui_ch3.RecipeWnd.recipe1_back <- FD3DTexture::Cache <- FD3DRenderInterface::CacheTexture <- FD3DRenderInterface::HandleCombinedMaterial <- FD3DRenderInterface::SetSimpleMaterial <- FD3DRenderInterface::SetMaterial <- FCanvasUtil::Flush <- FCanvasUtil::BeginPrimitive <- FCanvasUtil::DrawTile <- UCanvas::DrawNormalText <- UCanvas::DrawTextToCanvas <- NCGDevice::DrawTextW <- NCTextBox::PaintSingleLine <- NCTextBox::OnPaint <- NCVirtualWndMain::DrawChildWindow <- NCVirtualWndMain::DrawChildWindow <- NCVirtualWndMain::DispatchWndMsg <- NConsoleWnd::ConsolePostRender <- UGameEngine::Draw <- UWindowsViewport::Repaint <- UWindowsClient::Tick <- ClientTick <- UGameEngine::Tick <- UpdateWorld <- MainLoop This happend on my client when i try to make a dwarven manuf store . Can anybode pls help me fix this out; Thx
-
Item [How To] I Wana Change The Icon Of Some Items On L2
hopakos replied to hopakos's topic in [Request] Client Dev Help
i had done a hard and deep searcfor icon/icon viewer interlude/etc but i can find a link that is not dead. Btw thx for your time i will search for guides on google or if you have any answer me here. thx a lot! -
Item [How To] I Wana Change The Icon Of Some Items On L2
hopakos replied to hopakos's topic in [Request] Client Dev Help
something more,maybe you know any "3rd party soft" for having an image view without open the l2.exe and spawn item to check? i have download many client editor but most of them not working and other doesn't have a guide to read/view.Thx again -
Item [How To] I Wana Change The Icon Of Some Items On L2
hopakos replied to hopakos's topic in [Request] Client Dev Help
thx you!
