Jump to content
  • 0

blacklist all card from 4001-4453


sumano

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  04/24/12
  • Last Seen:  

hi how to easy way blacklist all card

 

i use for enchant system block if have card can't use [ but if have option can use anymore ]

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  


getinventorylist;

while( .@i < @inventorylist_count ){

if((( @inventorylist_card1[.@i] >= 4001 || @inventorylist_card1[.@i] <= 4453 ) ||

( @inventorylist_card2[.@i] >= 4001 || @inventorylist_card2[.@i] <= 4453 ) ||

( @inventorylist_card3[.@i] >= 4001 || @inventorylist_card3[.@i] <= 4453 ) ||

( @inventorylist_card4[.@i] >= 4001 || @inventorylist_card4[.@i] <= 4453 )) &&

@inventorylist_equip[.@i]

)

.@count++;

.@i++;

}

if( .@count ){

mes "Remove all card from your equipments.";

close;

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  04/24/12
  • Last Seen:  

it not work

http://pastebin.com/raw.php?i=0EM68xMZ

my full script

Edited by sumano
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  04/24/12
  • Last Seen:  

anyone help me please

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

try this

http://upaste.me/r/166aa7

 

Sorry all the text has mess up .. my pc doesnt support thai language.

Next time please submit a translated version if possible, this is english forum after all.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  04/24/12
  • Last Seen:  

ok thanks you so much

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...