PVP SERVERLER FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.
PVP SERVERLER FORUM

You are not connected. Please login or register

74 LeveL ve İtemli Başlamayı Kaldırmak------Qa Kodu...

Go down  Message [Page 1 of 1]

VulpinEMarteN

VulpinEMarteN
Üye
Üye

Öncelikle Tables kısmında baslangic tablosunu siliyoruz, Stored
Procedures kısmında baslangicitem prosedürünü siliyoruz.
Stored Procedures kısmında LOAD_USER_DATA'ya çift tıklıyoruz ve
aşağıdaki kodu bulup siliyoruz:



PHP- Kodu:




DECLARE @itemaldimi int

select
@itemaldimi = [level] FROM USERDATA WHERE StrUserID = @id

if @itemaldimi = '1'

begin

exec baslangicitem
@id

update userdata set
[level] = '74' ,[strSkill] = '<<<<<<<<<<', [Points] = '255' where strUserID = @id

end









Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum