Jump to content

hopakos

Members
  • Posts

    79
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by hopakos

  1. 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?:
  2. Fixed :D close topic pls
  3. 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
  4. 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!)
  5. 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.
  6. 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>'; } } } ?>
  7. At least say thx to Mr. Trance.....
  8. Thx a lot for share ( garen and trista skins work succesfull alistar do some problems becouse i forgot YT acc but i dont care about him!)
  9. 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 ?
  10. 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
  11. 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
  12. i host BB :D thx all btw
  13. http://www.l2g-memories.com/i maked one (not anything special) you can check. Do you know any visual Html or Php editor;
  14. you tell me that i cant add a forrum section on my own web site;
  15. 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
  16. forum psaxnw file.
  17. I am looking for a forum to import them on my website coded by .php
  18. I am lookin for a forrum section to import to my website (for l2j) thx .
  19. Thx for this nice share. +rep
  20. 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
  21. 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!
  22. 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
  23. Hi again,i want to change the icon on an item on l2 with an icon (already exist on lineage2 gameplay) For Ex. ID 3478 benelths blood dragon coin. i want to change this on every guides are thxable!!
×
×
  • 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