Jump to content

Kido

Members
  • Posts

    1445
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Kido

  1. You may edit it after you tested it, because i did not aded any weight or price, that was taken from a custom lower headgear that i had first try it then if you like, you can edit it to match your preferences o:
  2. it is a costume lower headgear. Costume tab. try this 26085,Black_Furry_Coat,Black_Furry_Coat,5,0,0,0,,0,,1,0xFFFFFFFF,7,2,1,,1,0,1036,{ bonus bAllStats,1; },{ },{ }
  3. yeah sir, but i mean this: if is a card, armor, consumible, weapon etc then the effect by the way, this is the correct script ,{ bonus bAllStats,1; }.{}.{} but tell me please, if that item is an armor, a weapon, a card or ???
  4. allright maybe i just asked too much, i just want to make that script to work when more than 2 of the ids of items on the script are equiped on, they will get its equipments off that is what the script is supposed to do, but for example when i equip ID 4367 and 4457 the equipments won't get off please, im so sad because some of my players leave my server for the over powered players that has many mvps thanks i hope you guys can help me im begging
  5. i see m so i will need to reboot the server to take new effects, allright, working on it, thanks guys!
  6. well, i can not find the error, give me the item description i will make it for you ok then if it works, we may compare and see that was the error
  7. yeah sir i know that but i want also to know wich .txt exactly does it reload with that command o:
  8. Does abra_db.txt reloads and take its effects when i use @reloaditemdb ? also, where can i see wich .txt documents reload and take effect with @reload ? thank you so mucho in advice o:!
  9. thank you for hellping me, i forgot to mention a very important detail, im from mexico, my server is mexican (the hosting service, page an everything is from the U,S,A,, does someone know about the service on Latin America?
  10. the bonus part it's ok take care on checking this part: 26085,Black_Furry_Coat,Black_Furry_Coat,5,20,,,,10,,1,0xFFFFFFFE,7,2,4096,,70,0,1036,{}.{},{} also, make sure to use @reloaditemdb after you save the item_db2.txt and the WinSCP stops saving
  11. I do not know any company that gives this service, i also googled about it but i did not found many information. Someone know something about how to implement donations by SMS in my server? thank you so much :3
  12. Sir if im not mistaken, all i need to delete then are the information ins thos tables right? sorry if im asking something pretty simple, but im so unskilled on the whole thing that i have to make sure what im about to do directly thank you so much for spending your time helping me :3 yes, empty those tables. not delete the table.. ok? done sir, do i have to recompile or @reloadscript? thanks Sir it worked perfectly! i also had to recompile, thank you again!
  13. Sir if im not mistaken, all i need to delete then are the information ins thos tables right? sorry if im asking something pretty simple, but im so unskilled on the whole thing that i have to make sure what im about to do directly thank you so much for spending your time helping me :3
  14. ¿truncate it? sorry i really don't get it ):
  15. since my current script to restrict mvp cards is not working properly, i will just bump again ): bump ):
  16. you mean, delete all guild, guidl_alliance, guild_castle, guild_expulsion, guild_member, guild_position, guild_skill and guild_storage from my SQL?
  17. I reduced the capacity of guildsman from 14 to 9 and now my guilds doe snot have any skills or can not be used at all becasu ppl can not recruit ): when they change position or nicknames they reset D:! they dont ssave, like the pic will show even the emblem does now show ): it resets ) skills too ): i do not know why, the last time i reduced the capacity of players worked pretty good any idea how to fix it? please ):
  18. i want to make allow the use of max of 2 of selected mvp card, they can be the same or they can be combined, for example 1 ifrit + 1 kiel = ok 1 ifrit + 1 ifrit = ok 1 ifrit + 1 kiel + 1 ifrit = both 3 cards loose its effects or all items are un-equiped All mvp cards tha have the "callfunc "Card";" script like the ifrit one o:! 4430,Ifrit_Card,Ifrit Card,6,20,,10,,,,,,,,136,,,,,{ bonus bBaseAtk,(JobLevel/1); bonus bCritical,(JobLevel/8); bonus bHit,(JobLevel/5); bonus bAspdRate,50; bonus3 bAutoSpellWhenHit,"NPC_EARTHQUAKE",2,10; },{ callfunc "Card"; },{}
  19. Kido

    Zeph Control Panel

    i registred, but i can not find where to download it D:! ¿may i ask for support on there?
  20. nope still not working, i were abble to equip 2 hw card and 2 ifrits (testing of course with my gm) - script Card -1,{ setarray .Card[0],4357,4359,4361,4363,4365,4367,4457,4463,4462,4459,4456,4458,4441,4408,4430,4263,4403,4419,4376,4399,4407,4451; for ( set .@i,0; .@i < getarraysize(.Card); set .@i,.@i+1 ) { if ( isequippedcnt(.Card[.@i]) > 2 ) { dispbottom "Superaste el limite de 2 cartas restringidas, por favor usa maximo dos."; nude; } } return; } i found that script on google an started to use it becaus im unskilled on scripting ): and i requested befor for an mvp card restrict but the psot was kinda ignored
  21. sorry sir the problem persists, nothing happens ): function script Card { setarray .Card[0],4357,4359,4361,4363,4365,4367,4457,4463,4462,4459,4456,4458,4441,4408,4430,4263,4403,4419,4376,4399,4407,4451; set .size, getarraysize(.Card); for ( set .@i,0; .@i < .size; set .@i,.@i+1 ) { if ( isequippedcnt(.Card[.@i]) > 2 ) { dispbottom "Superaste el limite de 2 cartas restringidas, por favor usa maximo dos."; nude; } } return; } sorry for bother you this much
  22. it did not work ): this how i have it on my restricted cards 4430,Ifrit_Card,Ifrit Card,6,20,,10,,,,,,,,136,,,,,{ bonus bBaseAtk,(JobLevel/1); bonus bCritical,(JobLevel/8); bonus bHit,(JobLevel/5); bonus bAspdRate,50; bonus3 bAutoSpellWhenHit,"NPC_EARTHQUAKE",2,10; },{ callfunc "Card"; },{} What's wrong ):? function script Card { setarray .Card[0],4357,4359,4361,4363,4365,4367,4457,4463,4462,4459,4456,4458,4441,4408,4430,4263,4403,4419,4376,4399,4407,4451; set .size, getarraysize(.Card); for ( set .@i,0; .@i < .size; set .@i,.@i+1 ) { if ( isequippedcnt(.Card[.@i]) > 2 ) { dispbottom "Superaste el limite de 2 cartas restringidas, por favor usa maximo dos."; nude; } } end; } i puted tabs and everything ):
  23. Well i'm trying to restrict mvp card where you may use a limite of 2 of the marked as restricted cards and if you equip more han 2, you will un-equip all this is the script im using function script Card { setarray .Card[0],4357,4359,4361,4363,4365,4367,4457,4463,4462,4459,4456,4458,4441,4408,4430,4263,4403,4419,4376,4399,4407,4451; for( set .@i,0; .@i<getarraysize(.Card); set .@i,.@i+1 ) { if ( isequipped(.Card[.@i]) == 1 ) { set @Card,@Card+1; if ( @Card > 2){ dispbottom "Superaste el limite de 2 cartas restringidas, por favor usa maximo dos."; set @Card,0; nude; } } } end; } The problem is, that when i run that script, i can NOT use 2 mvp cards of the restricted IDs, when i do, everything is un-equiped. Well the main problem is that even if i use 1 of the restricted mvp cards, anyway it will un-equip everything. I just want to make it un-equip your armos if you use more than 2 of the restricted mvp cards, but this just won't happen, i also tryied to define it more than 3 if ( @Card > 3){ but same problema. Please help ):
×
×
  • Create New...