Request Error in script?

zedina

Mir3 Dev
Legendary
Dec 22, 2005
3,168
1
1,017
340
Hello,

I try build TeamWar from scratch but i always get same and the same problem :

- Player with rebirth 12+ cant hit other player that has level 50 with no rebirth

Script script has 3 stages :

1. announce teamwar
2. chose players in each team
3 start

I dont know why it doesnt work because on other server i see this works :

https://www.youtube.com/watch?v=phKv3Zp7_fk

this is the script stage where players were assigned by colours


Code:
#IF
Equal D1 1
CheckGold 50000
#ELSEACT
break
#ELSESAY
You dont have enought gold , the joining price is 50,000 gold\\
<Exit/@exit>




#IF
HLSCRIPTCMD CHECKRELEVEL 12
ESmall D0 %D2
#say
Good Luck \ 
#act
INC D0 1
SaveValue "TeamWar\TeamWarA.ini" [TeamWar] gb %D0
goto @reddelay  
break


#IF
HLSCRIPTCMD CHECKRELEVEL 12
Large D0 %D2
#say
Good Luck \ 
#act
INC D2 1
SaveValue "TeamWar\TeamWarA.ini" [TeamWar] bb %D2
goto @bluedelay  
break


#IF
HLSCRIPTCMD CHECKRELEVEL 10
ESmall D3 %D4
#say
Good Luck \ 
#act
INC D3 1
SaveValue "TeamWar\TeamWarA.ini" [TeamWar] gn %D3
goto @reddelay  
break


#IF
HLSCRIPTCMD CHECKRELEVEL 10
Large D3 %D4
#say
Good Luck \ 
#act
INC D4 1
SaveValue "TeamWar\TeamWarA.ini" [TeamWar] bn %D4
goto @bluedelay  
break


#IF
!HLSCRIPTCMD CHECKRELEVEL 10
ESmall D5 %D6
#say
Good Luck \ 
#act
INC D5 1
SaveValue "TeamWar\TeamWarA.ini" [TeamWar] gl %D5
goto @reddelay  
break




#IF
!HLSCRIPTCMD CHECKRELEVEL 10
Large D5 %D6
#say
Good Luck \ 
#act
INC D6 1
SaveValue "TeamWar\TeamWarA.ini" [TeamWar] bl %D6
goto @bluedelay  
break
 

Fusion

LOMCN Veteran
Veteran
Dec 13, 2013
617
258
125
Ireland
Ooo look its lil old me :P

but no idea how to fix your problem but that server never had rebirth if you mean tittle,I think that server went up to 10 or so i know u go past this like zentaur god etc.

best of luck with it a lot of fun
 
Upvote 0

taifun

Dedicated Member
Dedicated Member
Jan 7, 2012
461
11
44
Romania
Ooo look its lil old me :P

but no idea how to fix your problem but that server never had rebirth if you mean tittle,I think that server went up to 10 or so i know u go past this like zentaur god etc.

best of luck with it a lot of fun

before wipe HaseKura was just like Zentaur

first titles Lord Baron Viscount Count Margrave Duke Prince King Emperor

and then : MirLord, MirBaron, MirViscount

i dont know how to fix this zedina, but i cant wait for you to add this system, would revive pvp back to old days with a little spice on (own class system)

btw Fusion, who knows? maybe we will have some pvp on zentaur :)
 
Upvote 0

Josiko

LOMCN Veteran
Veteran
Loyal Member
Apr 4, 2010
428
8
44
Spain
It's easy...

#IF
!HLSCRIPTCMD CHECKRELEVEL 1
#SAY
Can't participe in teamwar's.\
You need get a first title for enter.\\
\
#ACT
BREAK


I think its a better solution, one dude the problem its the same in BichonWall for example? , or alone when u active team war in a room?
Try to change the level minim for hit a player, it can be the reason the problem.

Good Luck.
 
Upvote 0

taifun

Dedicated Member
Dedicated Member
Jan 7, 2012
461
11
44
Romania
It's easy...




I think its a better solution, one dude the problem its the same in BichonWall for example? , or alone when u active team war in a room?
Try to change the level minim for hit a player, it can be the reason the problem.

Good Luck.

i remember that only rebirth 10 ZentaurMaster can hit Lord rebirth1
 
Upvote 0

Josiko

LOMCN Veteran
Veteran
Loyal Member
Apr 4, 2010
428
8
44
Spain
I said zedina, he can make 2 diferent teamwars.... is more easiest for solve the problem.
 
Upvote 0

zedina

Mir3 Dev
Legendary
Dec 22, 2005
3,168
1
1,017
340
I said zedina, he can make 2 diferent teamwars.... is more easiest for solve the problem.

Yes probaly i will make limit from 10+ rebirths to join because the highest player on my server have 19 rebirths
 
Upvote 0