• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

pwserver165

Night Gaming Network
Joined
Sep 13, 2014
Messages
728
Reaction score
46
ive already installed multiarch-support and a few other stuff trying to make it operate on both 32 and 64bit libraries, but will keep researching, maybe im missing something
 
Initiate Mage
Joined
Apr 28, 2023
Messages
3
Reaction score
0
Whazzup guys, I have a question: is it possible to set up the gamedbd from 1.7.3 emul on this 1.6.5 server?
I tried it in different ways, but there was no success - every time server got a gamedbd connection failure.
 
Banned
Banned
Joined
Jul 5, 2014
Messages
88
Reaction score
76
Installed it on a Centos7 Machine gave me this error

Code:
./gs: symbol lookup error: /lib/original164.gs: undefined symbol: task_rate_FactionExpContrib
 
Newbie Spellweaver
Joined
Mar 13, 2012
Messages
35
Reaction score
4
Guys, i have a trouble about NAT to Brigde, everything ok (iweb + svlist) stil then i login client it’s notice wrong version but all data belong NAT default are workig, show me thank you !
 
Junior Spellweaver
Joined
Apr 16, 2016
Messages
117
Reaction score
22
Guys, i have a trouble about NAT to Brigde, everything ok (iweb + svlist) stil then i login client it’s notice wrong version but all data belong NAT default are workig, show me thank you !
When the server has not finished starting, it also reports the same, you should wait for the server to finish starting.
 
Newbie Spellweaver
Joined
Nov 8, 2015
Messages
81
Reaction score
35
hi mate anyone with RAE can unpack
176 or above
NPC_SKILL_Services from it
 
Newbie Spellweaver
Joined
May 11, 2009
Messages
50
Reaction score
43
Link to the updated version 1.6.5 of the server:
If you have the opportunity, please add a Google drive. Thanks!
P.S. Why are posts being deleted? This is not an advertisement for third-party resources, but an ordinary link to an ordinary Chinese cloud...

Patchnout (Google translation):
01. Repair home
02. Fix VIP points direct charge
03. Repair the mall, add new fashion and aircraft
04. Fix so map synchronization can be repaired
05. Fix some copies of missing NPCs and monsters
06. Fix most NPCs missing
07. Repair gs occasional disconnection
08. Repair Yuxian Set
09. Fix some local skills that cannot be learned
The new occupation does not display the model. Open the game settings. Just cancel the high-mode mode.
Known bugs (peak boldness is invalid).
 
Last edited:
Newbie Spellweaver
Joined
Mar 10, 2016
Messages
14
Reaction score
35
Link to the updated version 1.6.5 of the server:
If you have the opportunity, please add a Google drive. Thanks!
P.S. Why are posts being deleted? This is not an advertisement for third-party resources, but an ordinary link to an ordinary Chinese cloud...

Patchnout (Google translation):
01. Repair home
02. Fix VIP points direct charge
03. Repair the mall, add new fashion and aircraft
04. Fix so map synchronization can be repaired
05. Fix some copies of missing NPCs and monsters
06. Fix most NPCs missing
07. Repair gs occasional disconnection
08. Repair Yuxian Set
09. Fix some local skills that cannot be learned
The new occupation does not display the model. Open the game settings. Just cancel the high-mode mode.
Known bugs (peak boldness is invalid).
 
Junior Spellweaver
Joined
Sep 12, 2022
Messages
168
Reaction score
206
Here is another version with a more updated date, but I don't know if they are the same and this one has better or equal repairs, I share a link for reviews

 
Junior Spellweaver
Joined
Apr 16, 2016
Messages
117
Reaction score
22
Here is another version with a more updated date, but I don't know if they are the same and this one has better or equal repairs, I share a link for reviews

It seems more complete than the one above. Can you share where you got it from?
 
Newbie Spellweaver
Joined
May 11, 2009
Messages
50
Reaction score
43
Perfect World server 1.6.5 version from December 13, 2023
The virtual machine image works on both VMware and VBox


Login: root Password: 123456

Cockpit:
Webmin:

pwAdmin:
iweb:
iweb new: ( start to ./je )
php iweb:
phpmyadmin:
Accounts:
Starting Roles: startxml:startxml
GM: 123456:123456
 
Junior Spellweaver
Joined
Apr 16, 2016
Messages
117
Reaction score
22
1703237213646 - pwserver165 - RaGEZONE Forums


I discovered that the Technician Trap Mine skill is ineffective at levels 1 and 2, and even at level 3, the damage is minimal.

This is the Lua source code for this skill. Please make corrections if you have experience with the Lua language.

/root/pwserver/gamed/lua/skills/skills_cls12.lua

Code:
------------------------------------------------------------------------------------
-- Скилл 4935 Ловушка-мина
------------------------------------------------------------------------------------
--SetSkillStateCount(4935, 3)

function Skill4935_Attack(skill,player)

    player.time = 30
    player.ratio = 0
    player.amount = 1
    player.value = 60046
    player:SetSummonplantpet()

    return 1
end

function Skill4935_StateGetTime(skill,player,stateid)
    if stateid == 0 then return 200 end
    if stateid == 1 then return 1100 end
    return 0
end

function Skill4935_StateCalculate(skill,player,stateid)
    if stateid == 0 then
   
    elseif stateid == 1 then
    player:SetDecmp(skill:GetMpcost())
    player:SetPerform(1)
    end      
    return 0
end

function Skill4935_GetPraydistance(skill,player) return player:GetRange() end
function Skill4935_GetEffectdistance(skill,player) return player:GetRange() + 5 end
function Skill4935_StateInterrupt(skill,player,stateid) return 0 end

function Skill4935_StateCancel(skill,player,stateid)
    if stateid == 0 then return 1 end
    return 0
end
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Dec 22, 2023
Messages
2
Reaction score
0
Perfect World server 1.6.5 version from December 13, 2023
The virtual machine image works on both VMware and VBox


Login: root Password: 123456

Cockpit:
Webmin:

pwAdmin:
iweb:
iweb new: ( start to ./je )
php iweb:
phpmyadmin:
Accounts:
Starting Roles: startxml:startxml
GM: 123456:123456
does anyone have clean pwi client .data?
 
Junior Spellweaver
Joined
Apr 16, 2016
Messages
117
Reaction score
22
1703298359231 - pwserver165 - RaGEZONE Forums


is27 cannot be accessed normally

1703382281059 - pwserver165 - RaGEZONE Forums


Weapons purchased from NPCs cannot be used, but using d 10800 <weapon_id> can be used.
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top