Jump to content

plzzz

Player
  • Content count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

About plzzz

  • Rank
    Newcomer
  1. plzzz

    请问中文客户端停止下载了么?

    估计是没有人敢保证下载的中文客户端是否有电脑病毒或木马什么的,所以就移除了。 我倒是想找以前九城官网发布的中文客户端,但是找不到.
  2. In fact, I have found the right way to do it , https://github.com/Muehe/classicdb/blob/master/database/spawnDB.php?ts=4#L167-L168 (I don't know how to close this thread)
  3. hmm. I found a link that maybe helpful. https://github.com/Muehe/classicdb/tree/master/database,
  4. I want to get the NPC/creature's coordinates from database. such as: -- this data copy from !questie, {Continent, Zone, X, Y} ["Gol'dir"] = {2, 1, 0.59957194328308, 0.43740105628967}, ["Deino"] = {1, 12, 0.38448387384415, 0.86132436990738}, But I can only get these below, So how to make (683.518, -895.468) convert to (0.59957194328308, 0.43740105628967) -- 2316 = Gol'dir, 5885 = Deino ...... SELECT id, map, position_x, position_y, position_z FROM `creature` WHERE id IN (2316, 5885) -- result: id map position_x position_y position_z ------ ------ ---------- ---------- ------------ 2316 0 683.518 -895.468 171.889 5885 1 1468.18 -4219.88 43.0424
×