YENİ SİTEMİZE TASINDIK WWW.PVPSERVERLER.ACE.ST
LeveL Sınırınızı 90 Yapın 6
Sitemizi Daha Kaliteli Kullanmak İçin Lütfen Üye Olun

1- Sitemizde 7 Adet Moderatör Alınacaktır.
2- Admin 'e Kadar Yükselme Şansınız Var.
3- Sitemiz Yeni Tema ve Konularıyla Karşınızda...
4- Misafirken Sitemizden Faydalanma Oranınız %70 'dir
.


Lütfen Foruma FİREFOX İle Giriniz ! İYİ FORUMLAR
YENİ SİTEMİZE TASINDIK WWW.PVPSERVERLER.ACE.ST
LeveL Sınırınızı 90 Yapın 6
Sitemizi Daha Kaliteli Kullanmak İçin Lütfen Üye Olun

1- Sitemizde 7 Adet Moderatör Alınacaktır.
2- Admin 'e Kadar Yükselme Şansınız Var.
3- Sitemiz Yeni Tema ve Konularıyla Karşınızda...
4- Misafirken Sitemizden Faydalanma Oranınız %70 'dir
.


Lütfen Foruma FİREFOX İle Giriniz ! İYİ FORUMLAR
YENİ SİTEMİZE TASINDIK WWW.PVPSERVERLER.ACE.ST
Would you like to react to this message? Create an account in a few clicks or log in to continue.


YENİ SİTEMİZE TASINDIK WWW.PVPSERVERLER.ACE.ST
 
AnasayfaAramaLatest imagesKayıt OlGiriş yapSOHBET ODASI

 

 LeveL Sınırınızı 90 Yapın

Aşağa gitmek 
YazarMesaj
SouL_SlayéR
Forum Kurucusu
Forum Kurucusu
SouL_SlayéR


Ruh Hali : LeveL Sınırınızı 90 Yapın Keyifl10
<i><u><b>Mesaj Sayısı</b></u></i> Mesaj Sayısı : 461

<i><u><b>Yaş</b></u></i> Yaş : 38

<i><u><b>Leader Point:</b></u></i> Leader Point: : 100431295

<i><u><b>Kayıt tarihi</b></u></i> Kayıt tarihi : 23/12/08

LeveL Sınırınızı 90 Yapın 35193qr



Tecrube Puanı
Tecrube Puanı Tecrube Puanı:
LeveL Sınırınızı 90 Yapın Imgleft1000/1200LeveL Sınırınızı 90 Yapın Emptybarbleue  (1000/1200)
LeveL Sınırınızı 90 Yapın Empty
MesajKonu: LeveL Sınırınızı 90 Yapın   LeveL Sınırınızı 90 Yapın EmptySalı Ocak 05, 2010 1:26 am

1299 Private Serverlarda, artık neredeyse 80/1 devri kapandı.
Çoğunlukla açılan serverlar 83/1 ve artık 90/1 olacaktır.. Kodları
falan hepsi biliniyordu. Fakat 90 leveli destekleyen ebenezer yoktu.
burock0640 adlı arkadaşımız bu ebenezeri paylaştı ve gayet güzel
çalışıyor..

Aşağıdaki ekleyeceğimiz kodlar sayesinde de Stat ve Skill'den gelen
pointleri fixlemiş olacağız. Bizzat ben local'de denedim ve gayet güzel
çalışıyor.

Kurulum:


  • Aşağıdaki linkten ebenezer'i indirin.
  • İndirdiğiniz dosyayı .rar'dan çıkarın.
  • İçindeki Ebenezeri, Sizin Server Files Dosyaları içine atarak kullanabilirsiniz.
<blockquote>90 LeveL Ebenezer</blockquote>Stat ve Skill Point Sorunu için Procedureler

</SPAN>
Kod:
Kod:
CREATE PROCEDURE level90
@id char(100)
 AS
declare @lwl char(10)
select @lwl = level from userdata where struserid = @id

if @lwl = '80'
begin
update userdata set points = points + 3  where struserid = @id and exp = '1900000000'
update userdata set level = '81' where struserid = @id and exp = '1900000000'
update userdata set exp = '0' where struserid = @id and exp = '1900000000'
end

if @lwl = '81'
begin
update userdata set points = points + 3  where struserid = @id and exp = '1900000000'
update userdata set level = '82' where struserid = @id and exp = '1900000000'
update userdata set exp = '0' where struserid = @id and exp = '1900000000'
end
---made in shellx---
if @lwl = '82'
begin
update userdata set points = points + 3  where struserid = @id and exp = '1900000000'
update userdata set level = '83' where struserid = @id and exp = '1900000000'
update userdata set exp = '0' where struserid = @id and exp = '1900000000'
end
---made in shellx---
if @lwl = '83'
begin
update userdata set points = points + 3  where struserid = @id and exp = '1900000000'
update userdata set level = '84' where struserid = @id and exp = '1900000000'
update userdata set exp = '0' where struserid = @id and exp = '1900000000'
end
---made in shellx---
if @lwl = '84'
begin
update userdata set points = points + 3  where struserid = @id and exp = '1900000000'
update userdata set level = '85' where struserid = @id and exp = '1900000000'
update userdata set exp = '0' where struserid = @id and exp = '1900000000'
end
---made in shellx---
if @lwl = '85'
begin
update userdata set points = points + 3  where struserid = @id and exp = '1900000000'
update userdata set level = '86' where struserid = @id and exp = '1900000000'
update userdata set exp = '0' where struserid = @id and exp = '1900000000'
end
---made in shellx---
if @lwl = '86'
begin
update userdata set points = points + 3  where struserid = @id and exp = '1900000000'
update userdata set level = '87' where struserid = @id and exp = '1900000000'
update userdata set exp = '0' where struserid = @id and exp = '1900000000'
end
---made in shellx---
if @lwl = '87'
begin
update userdata set points = points + 3  where struserid = @id and exp = '1900000000'
update userdata set level = '88' where struserid = @id and exp = '1900000000'
update userdata set exp = '0' where struserid = @id and exp = '1900000000'
end

if @lwl = '88'
begin
update userdata set points = points + 3  where struserid = @id and exp = '1900000000'
update userdata set level = '89' where struserid = @id and exp = '1900000000'
update userdata set exp = '0' where struserid = @id and exp = '1900000000'
end

if @lwl = '89'
begin
update userdata set points = points + 3  where struserid = @id and exp = '1900000000'
update userdata set level = '90' where struserid = @id and exp = '1900000000'
update userdata set exp = '0' where struserid = @id and exp = '1900000000'
end
GO

LOAD_USER_DATA Proceduresini açın;

Bunu Bulun



Kod:
SELECT Nation, Race, Class, HairColor, Rank, Title, [Level], [Exp], Loyalty, Face, City, Knights, Fame,
    Hp, Mp, Sp, Strong, Sta, Dex, Intel, Cha, Authority, Points, Gold, [Zone], Bind, PX, PZ, PY, dwTime, strSkill, strItem,strSerial, sQuestCount, strQuest, MannerPoint, LoyaltyMonthly
    FROM    USERDATA WHERE strUserId = @id

Üstine Ekleyin.

Kod:

[table border=0 cellSpacing=1 cellPadding=0 align=center]

[tr]
[td][b][/b][/td][/tr]
[tr]
[td class=code]exec level90 @id
[/td][/tr][/table]
LeveL_UP Tablesi'ne
Kod:

81 1900000000
82 1900000000
83 1900000000
84 1900000000
85 1900000000
86 1900000000
87 1900000000
88 1900000000
89 1900000000
90 1900000000
Sayfa başına dön Aşağa gitmek
 
LeveL Sınırınızı 90 Yapın
Sayfa başına dön 
1 sayfadaki 1 sayfası
 Similar topics
-
» Francesko | Hergün Saat 20:00' da Savaş | 83 Level | Uzun PeLerin | FULL İTEM | 7/24 Online AsLa kapanmiCek Server |
» Francesko | Hergün Saat 20:00' da Savaş | 83 Level | Uzun PeLerin | FULL İTEM | 7/24 Online AsLa kapanmiCek Server |

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
YENİ SİTEMİZE TASINDIK WWW.PVPSERVERLER.ACE.ST :: Pvp Server Genel Paylaşımlar,Pvp Patchler,Pvp Hileleri,Pvp Dosyaları,Server Kurulum :: Yardımcı Programlar,Editörler Ve Web Dosyaları-
Buraya geçin: