Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

pwserver165

Banned
Banned
Joined
Jul 5, 2014
Messages
88
Reaction score
75
for some reason, I don't know if it's the amount of toons or something that's executing this. but it randomly deletes character data
1703635615795 - pwserver165 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
I got an issue that after period time gdelivery is offline. I'm using Ubuntu 14.04. Please help if you have any idea. Thank you.
gdelivery log:
-------
info : HomeSave:count=0 need Save!
TRACE : WaitQueueManager Free Logout User Count=0.
TRACE : gdeliveryserver::statusannounce,online=70,fakemax=8000,load=1,attr=-805306367
TRACE : GameTalkManager: NotifyTeamMemberOp(0,26993)
TRACE : WaitQueueManager Free Logout User Count=0.
TRACE : delroleannounce::Try to delrole 30050
TRACE : dbdeleterole: Notify UniqueNameServer. zoneid=1,roleid=30050,rolename.size=18
TRACE : GameTalkManager: NotifyRemoveRole(30048, 30050)
TRACE : gdelivery::receive setuiconfig. roleid=21808,localsid=574
TRACE : GameTalkManager: GTRoleOffline(21808)
TRACE : RoleStatusManager: RoleOffline(21808)
TRACE : PlayerProfile PlayerLogout roleid=21808
TRACE : RoleStatusManager: GetRoleStatus(21808)
TRACE : gdeliveryserver::statusannounce,online=70,fakemax=8000,load=1,attr=-805306367
TRACE : GetRoleInfo roleid 21808
TRACE : getroleinfo user 21808 lastlogintime 1700491671
TRACE : WaitQueueManager Free Logout User Count=0.
TRACE : GameTalkManager: NotifyTeamMemberOp(1,26993)
************************************************
Signal: SIGUSR1(11), si_signo: 11, si_code: 1, si_addr: 0x230
Registers: EIP=0840F3B2, EAX=0000022C ,EBX=0A77AB08, ECX=00000000, EDX=FFFFFFFF, ESI=00007850, EDI=00007850, EBP=FFCDDD98, ESP=FFCDDD50
.01) 08322F39 => ./gdeliveryd() [0x8322f39]
.02) F7715CC0 => [0xf7715cc0]
.03) 0840F3B2 => ./gdeliveryd() [0x840f3b2]
.04) 084067D3 => ./gdeliveryd() [0x84067d3]
.05) 08406AAC => ./gdeliveryd() [0x8406aac]
.06) 08198CA4 => ./gdeliveryd() [0x8198ca4]
.07) 0810B370 => ./gdeliveryd() [0x810b370]
.08) 080D1146 => ./gdeliveryd() [0x80d1146]
.09) 08327D1E => ./gdeliveryd() [0x8327d1e]
.10) 08327BC7 => ./gdeliveryd() [0x8327bc7]
.11) 08326CF4 => ./gdeliveryd() [0x8326cf4]
.12) F7528AF3 => /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0xf7528af3]
.13) 08051B89 => ./gdeliveryd() [0x8051b89]
************************************************
-------------------
View attachment 251515
brother, i have the same issue just ilke you, has you fix it? how? may you share?

enable your operating system to operate with x32 and x64 libraries


Reinstall the libraries, if you still have a problem, use Centos 7
what libraries that need to reinstall?
 
Junior Spellweaver
Joined
Apr 16, 2016
Messages
117
Reaction score
22
brother, i have the same issue just ilke you, has you fix it? how? may you share?


what libraries that need to reinstall?
I modify this:
/root/pwserver/glinkd/gamesys.conf
Code:
obuffermax        =    2262144

View attachment 253602

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
Has anyone tried to fix this, I have tried many times but it doesn't work
 
Last edited:
Junior Spellweaver
Joined
Apr 16, 2016
Messages
117
Reaction score
22
there is any update log?
★更新日志-2024年01月10日★

01. 修复165后台,Tomcat环境乱码的问题
02. 完整修复165后台,无法关闭服务列表和地图副本
03. 关闭账号随意密码登录,gdeliveryd gamesys.conf
04. 修复165端新黄昏重启npcgen.data加载建筑失败
05. 系统职业账号gamedbd,修复神机羽锋的初始角色显示
06. 整合城战西大陆帮派基地雪国血战求生等20张多地图和观光地图
07. 还原祖龙城西安全区和战歌之城
08. 修复羽锋的初始信息HP75和MP45
09. 修正玲珑局gs配置,重新上传曙光殿的npcgen.data
10. 删除qd和start启动,不能和后台同时启动和使用
11. 修复家园建设无法操作clsconfig和conf
12. 清除一下iweb后台jsp的tomcat缓存
13. 还原skill.lua角色初始移动速度
14. 修复充值元宝,直充VIP积分
14. 商城新添时装及飞行器
15. 同步地图和gs偶发性掉线
16. 大多数NPC缺失,部分副本缺失NPC及怪
17. 修复御仙集和部分地方技能不能学习
18. 修复165端气魄无效问题
 
Back
Top