Jump to content
  • 0

Valakas Incorrect Location X,y,z In Db? Please Help!


Question

Posted

Valakas incorrect location X,Y,Z in DB? Please help!
29028, -105200, -253104, -15264, 0, 0, 62041916.000000000000000, 2248571.000000000000000, 0

INSERT INTO `grandboss_data` (`boss_id`, `loc_x`, `loc_y`, `loc_z`, `heading`, `respawn_time`, `currentHP`, `currentMP`, `status`) VALUES
    (29001, -21604, 179512, -5832, 58274, 0, 229898.000000000000000, 667.000000000000000, 0),
    (29006, 17726, 108915, -6472, 0, 0, 622493.000000000000000, 3793.000000000000000, 0),
    (29014, 55024, 17368, -5512, 10126, 0, 622493.000000000000000, 3793.000000000000000, 0),
    (29020, 116033, 17447, 10107, -25348, 0, 4068372.000000000000000, 39960.000000000000000, 0),
    (29028, -105200, -253104, -15264, 0, 0, 62041916.000000000000000, 2248571.000000000000000, 0),
    (29068, 185708, 114298, -8216, 0, 0, 62802302.000000000000000, 1998000.000000000000000, 0),
    (29118, 0, 0, 0, 0, 0, 4109288.000000000000000, 1220547.000000000000000, 0);
/*!40000 ALTER TABLE `grandboss_data` ENABLE KEYS */;

28a5ffo.jpg
Direct link for image: http://oi65.tinypic.com/28a5ffo.jpg


Anyone can help me with an advice or how to fix this? Ty

5 answers to this question

Recommended Posts

  • 0
Posted (edited)

Its OK. Valakas and some (quest) raid bosses are inside 'waiting room'. Then quest itself trigger teleportation.

Edited by SweeTs
  • 0
Posted

Ty for info. I appreciate. But is not ok on my RB map :) I can't show this map on my website with Valakas there.. :(

 

Any solution for this?  I know, I can use CSS code with absolute position or finding another fix/solution maybe?

  • 0
Posted

Ty for your info.

Fixed with IF and ELSE...

if ($r_rb_valakas['respawn_time'] == "0") {
		echo "<div style=\"position: absolute; top:720px;left:1718.655px;\"><a href=\"javascript:void(0)\" class=\"alink_Valakas\" title=\"Valakas\"><img src=\"/images/maps/4.gif\" title=\"Level 85 Valakas is Alive!\"></a></div>";
		echo "<div class=\"boxFAQ\" id=\"questionMarkId_Valakas\" style=\"display: none;\">
					<strong>Valakas is Alive!</strong><br />
					<strong>Level:</strong> 85<br />
					<strong>Location:</strong> Valakas Lair<br />
				</div>";
	} else {
		echo "<div style=\"position: absolute; top:720px;left:1718.655px;\"><a href=\"javascript:void(0)\" class=\"alink_Valakas\" title=\"Valakas\"><img src=\"/images/maps/1.gif\" title=\"Level 85 Valakas ".$respawn_time_rb_valakas."\"></a></div>";
		echo "<div class=\"boxFAQ\" id=\"questionMarkId_Valakas\" style=\"display: none;\">
					<strong>Valakas is Dead!</strong><br />
					<strong>Level:</strong> 85<br />
					<strong>Location:</strong> Valakas Lair<br />
					<strong>Respawn time:</strong> ".$respawn_time_rb_valakas."<br />
				</div>";
	}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



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