|
[FUNCTION f_onaccount_login]Yazıyor.[FUNCTION f_onaccount_login]
dialog d_giris_oldu
[dialog d_giris_oldu]
50,50
nomove
resizepic 0 0 2620 630 115
dtext 40 10 67 Xxx
dtext 40 35 1153 xxXxx
dtext 40 60 1153 XxX
dtext 40 85 1153 xxX
button 603 7 00000019 0000001A 1 0 1
button 20 38 2117 2118 1 0 2
button 20 63 2117 2118 1 0 3
button 20 88 2117 2118 1 0 4
[dialog d_giris_oldu button]
On=1
src.sysmessage @38,,1 Help menü kapatıldı.Tamam bir göz gezdirdim ama 56B'de Login yok deniliyor.ON=@Fail
SRC.SYSMESSAGE @38,,1 Karışımı, iksir yapmakta başarısız oldunuz.
ON=@Abort
SRC.SYSMESSAGE @50,,1 Karışım başarılı oldu ve iksiri tamamlayamıyorsunuz.
On=@login
src.dialog d_giris_oldu
[dialog d_giris_oldu]
50,50
nomove
resizepic 0 0 2620 630 115
dtext 40 10 67 Xxx
dtext 40 35 1153 xxXxx
dtext 40 60 1153 XxX
dtext 40 85 1153 xxX
button 603 7 00000019 0000001A 1 0 1
button 20 38 2117 2118 1 0 2
button 20 63 2117 2118 1 0 3
button 20 88 2117 2118 1 0 4
[dialog d_giris_oldu button]
On=1
src.sysmessage @2134,,1 Giriş bilgisi kapatıldı.Bu şekilde yazdım ve değişen bir şey yok.
ON=@Login
IF !(<isempty <ACCOUNT.TAG.GMPage.Response>>)
SDIALOG d_gmpage_response
ENDIF
ON=@ItemEquip
IF (<ACT.TYPE> == t_armor) && !(<ACT.MageArmor>)
TAG0.MeditPenalty ++
f_meditation_setup
ENDIF
ON=@ItemUnequip
IF (<ACT.TYPE> == t_armor) && !(<ACT.MageArmor>)
TAG0.MeditPenalty --
f_meditation_setup
ENDIF
[EOF]Bir events yaratıp oraya login trigger'ı verip dialog açtırabilirsin bağlandığında oyuncular.[events e_playergiris]
on=@login
src.dialog d_giris_olduAyrıca robe'ye login trigger'ı eklemekten bahsetmişsin eşyalar login olmaz bu yüzden login trigger'ı eşyalar üzerinde kullanılamaz.
[SKILLCLASS 0]
// undeclared class.
// max skills for players of this skill class.
// might want this to be all 50.0 to make people declare a class?
DEFNAME=Class_undeclared
NAME=undeclared
// EVENTS=e_ClassUndeclared
STATSUM=300
SKILLSUM=10000.0
STR=100
INT=100
DEX=100
Alchemy=100.0
Anatomy=100.0
AnimalLore=100.0
ItemId=100.0
ArmsLore=100.0
Parrying=100.0
Begging=100.0
Blacksmithing=100.0
Bowcraft=100.0
Peacemaking=100.0
Camping=100.0
Carpentry=100.0
Cartography=100.0
Cooking=100.0
DetectingHidden=100.0
Enticement=100.0
EvaluatingIntel=100.0
Healing=100.0
Fishing=100.0
Forensics=100.0
Herding=100.0
Hiding=100.0
Provocation=100.0
Inscription=100.0
LockPicking=100.0
Magery=100.0
MagicResistance=100.0
Tactics=100.0
Snooping=100.0
Musicianship=100.0
Poisoning=100.0
Archery=100.0
SpiritSpeak=100.0
Stealing=100.0
Tailoring=100.0
Taming=100.0
TasteId=100.0
Tinkering=100.0
Tracking=100.0
Veterinary=100.0
Swordsmanship=100.0
Macefighting=100.0
Fencing=100.0
Wrestling=100.0
Lumberjacking=100.0
Mining=100.0
Meditation=100.0
Stealth=100.0
RemoveTrap=100.0
Necromancy=100.0
Focus=100.0
Chivalry=100.0
Bushido=100.0
Ninjitsu=100.0
Spellweaving=100.0
[events e_playergiris]
On=@login
src.dialog d_giris_oldu
[dialog d_giris_oldu]
50,50
nomove
noclose
resizepic 0 0 2620 630 115
dtext 40 10 67 Xxx
dtext 40 35 1153 xxXxx
dtext 40 60 1153 XxX
dtext 40 85 1153 xxX
button 603 7 00000019 0000001A 1 0 1
[dialog d_giris_oldu button]
On=1
src.events -e_playergiris
src.sysmessage @2134,,1 Giriş bilgi dialogu kapatıldı.
[EOF]Fakat burada " events +e_playergiris " yazmadım, eventsi tetikleyen ne ?ON=@Login
IF !(<isempty <ACCOUNT.TAG.GMPage.Response>>)
SDIALOG d_gmpage_response
ENDIF
ON=@ItemEquip
IF (<ACT.TYPE> == t_armor) && !(<ACT.MageArmor>)
TAG0.MeditPenalty ++
f_meditation_setup
ENDIF
ON=@ItemUnequip
IF (<ACT.TYPE> == t_armor) && !(<ACT.MageArmor>)
TAG0.MeditPenalty --
f_meditation_setup
ENDIF
[EOF]Sorgulardan ben bir şey anlamadım...
..
...
Chivalry=100.0
Bushido=100.0
Ninjitsu=100.0
Spellweaving=100.0
On=@login << Events eklemedim sadece login ile halettim.
if <src.account.plevel> < 2
src.dialog d_giris_oldu
src.flags <src.flags>|04
endif
[dialog d_giris_oldu]
50,50
nomove
noclose
resizepic 0 0 2620 630 115
dtext 40 10 67 Xxx
dtext 40 35 1153 xxXxx
dtext 40 60 1153 XxX
dtext 40 85 1153 xxX
button 603 7 00000019 0000001A 1 0 1
[dialog d_giris_oldu button]
On=1
src.flags <src.flags>&~04
src.sysmessage @2134,,1 Giriş bilgi dialogu kapatıldı.
[EOF]
|
|
| Konu | Kategori | Son cevap | Son yazan | Mesaj | Görüntüleme | |
|---|---|---|---|---|---|---|
|
|
56c Login Hatası
Son cevap: 31-07 12:18 · Son yazan: Endisa · Mesaj: 5 · Görüntü: 5990
|
Konsol Hataları | 31-07 12:18 | 5 | 5990 | |
|
|
Login
Son cevap: 19-11 16:19 · Son yazan: manyaqq · Mesaj: 5 · Görüntü: 6229
|
FUNCTION & EVENTS Script Yardımı | 19-11 16:19 | 5 | 6229 | |
|
|
Staff login'e pencere açtırma
Son cevap: 28-07 17:32 · Son yazan: Fruiel Resonia · Mesaj: 11 · Görüntü: 9819
|
DIALOG Script Yardımı | 28-07 17:32 | 11 | 9819 | |
|
|
LOL Login Error Sorunu
Son cevap: 11-07 19:06 · Son yazan: New · Mesaj: 1 · Görüntü: 5281
|
MMORPG ve Diğer Oyunlar | 11-07 19:06 | 1 | 5281 | |
|
|
Kendi sunucumdaki Login.cfg görmüyor
Son cevap: 21-06 21:33 · Son yazan: xwerswoodx · Mesaj: 3 · Görüntü: 5261
|
Client ve Account Sistemleri | 21-06 21:33 | 3 | 5261 |