SQL Query for Reset Skill Tree
Howdy RZ,
Im asking for help about query thingy in MUEMU Database and change it all to 220 MasterlLevel and MasterPoint or something?
I can only do is to reset all characters with this code below
Code:
Reset All Char Skill Tree
Update MasterSkillTree
set [MasterPoint] = MasterLevel,
MasterSkill = 0
However i need the query to change for the character who has max master level to be change like 220.
Pls share yours if you know it thanks.
Re: SQL Query for Reset Skill Tree
Quote:
Originally Posted by
daezugun
Howdy RZ,
Im asking for help about query thingy in MUEMU Database and change it all to 220 MasterlLevel and MasterPoint or something?
I can only do is to reset all characters with this code below
Code:
Reset All Char Skill Tree
Update MasterSkillTree
set [MasterPoint] = MasterLevel,
MasterSkill = 0
However i need the query to change for the character who has max master level to be change like 220.
Pls share yours if you know it thanks.
Code:
set MasterLevel = 220 where MasterLevel > 220
set MasterPoint = MasterLevel
set MasterSkill = CAST('0' AS VARBINARY)
Re: SQL Query for Reset Skill Tree
Guys did you fixed your JoinServer can log in random passwods ? pls can you share it ?
Re: SQL Query for Reset Skill Tree
Quote:
Originally Posted by
myheart
Code:
set MasterLevel = 220 where MasterLevel > 220
set MasterPoint = MasterLevel
set MasterSkill = CAST('0' AS VARBINARY)
Thanks myheart, that'll help :)
- - - Updated - - -
Quote:
Originally Posted by
seedmaker
Guys did you fixed your JoinServer can log in random passwods ? pls can you share it ?
What do you mean by can log im random passwords on joinserver bro?
Re: SQL Query for Reset Skill Tree
Quote:
Originally Posted by
daezugun
Thanks myheart, that'll help :)
- - - Updated - - -
What do you mean by can log im random passwords on joinserver bro?
Yeah bro Sorry if i Comment on your Post with other problem because i Create i new thread but im still waiting for reply Problem is can Log in any password ex. my old password is 123456789 and i put 12345679adfshdfasd can log in in game i hope you can help me
Re: SQL Query for Reset Skill Tree
Have you tried using other JoinServer? or try to check other webfiles php if the problem still same.
Re: SQL Query for Reset Skill Tree
yep idid itry a lot of JoinServer but still can log in i dont know what is the error Can you share your JoinServer ? :(
Re: SQL Query for Reset Skill Tree
Quote:
Originally Posted by
seedmaker
yep idid itry a lot of JoinServer but still can log in i dont know what is the error Can you share your JoinServer ? :(
Here bro LINK
BTW do you know the sql query and config on how to earn wcoinc for Kundun when you kill it?
Re: SQL Query for Reset Skill Tree
Query depends on you if WCoinC of Goblin Points
Quote:
USE [MuOnline]GO/****** Object: StoredProcedure [dbo].[WZ_CustomMonsterReward] Script Date: 08/07/2017 15:25:18 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOALTER Procedure [dbo].[WZ_CustomMonsterReward] @Account varchar(10),@Name varchar(10),@MonsterClass int,@MapNumber int,@RewardValue1 int,@RewardValue2 intASBEGINSET NOCOUNT ONSET XACT_ABORT ONUPDATE CashShopData SET GoblinPoint=GoblinPoint+@RewardValue1 WHERE AccountID=@AccountSET NOCOUNT OFFSET XACT_ABORT OFFEND
Here Custom monster depends on you what map you will put your Kundun this is for Arena
Quote:
//Index MapNumber MaxLife DamageMin DamageMax Defense AttackRate DefenseRate ExperienceRate KillMessage InfoMessage RewardValue1275 06 999999 50 50 0 50 0 1000 526 527 3000
Message.txt
Quote:
526 "Player %s killed Kundun in Arena"527 "You have Gain% d WCoin"
Re: SQL Query for Reset Skill Tree
Quote:
Originally Posted by
seedmaker
Query depends on you if WCoinC of Goblin Points
Here Custom monster depends on you what map you will put your Kundun this is for Arena
Message.txt
How bout for other monster? do i need to put again that query or just add an additional monster?
Re: SQL Query for Reset Skill Tree
Still can Log in :(
- - - Updated - - -
Quote:
Originally Posted by
daezugun
How bout for other monster? do i need to put again that query or just add an additional monster?
additional monster and message