Jump to content

ThyroDree

Members
  • Content Count

    556
  • Joined

  • Last visited

Everything posted by ThyroDree

  1. 1st 2nd 3rd 4th ( i tried to spam AV after the Poem Bragi with Soul Link and still Delay )
  2. what is the line of poem bragi if SC_SPirit? ill just add the script , my SVN is not updated EDIT is this the line? i am using rathena and i disable the renewal. my server is Pre-Renewal
  3. but its already 5% in there( without link?? ) . my stalker got linked and can strip 1 by 1 with FCP [ The Stalker Can Strip ] like 80% chance o-o
  4. the if the player is on autotrade to abuse the award the vendor receive reward in this script?
  5. any way you can share it to me?
  6. //Attempts to strip at rate i and duration d if( (i = skill_strip_equip(bl, location, i, skilllv, d)) || (skillid != ST_FULLSTRIP && skillid != GC_WEAPONCRUSH ) ) clif_skill_nodamage(src,bl,skillid,skilllv,i); if( !i && ( skillid == RG_STRIPWEAPON || skillid == RG_STRIPSHIELD || skillid == RG_STRIPARMOR || skillid == RG_STRIPHELM ) ) { int idx = sd?pc_search_inventory (sd, 7139):-1; if( idx >= 0 ) { struct status_change *sc_ = status_get_sc(src); if( sc_->data[SC_SPIRIT] ) { if( sc_->data[SC_SPIRIT]->val2 == SL_ROGUE ) { if (rnd()%100 >= ii) { enum sc_type sc_atk; if( skillid == RG_STRIPWEAPON ) sc_atk = SC_STRIPWEAPON; else if( skillid == RG_STRIPSHIELD ) sc_atk = SC_STRIPSHIELD; else if( skillid == RG_STRIPARMOR ) sc_atk = SC_STRIPARMOR; else if( skillid == RG_STRIPHELM ) sc_atk = SC_STRIPHELM; else sc_atk = SC_NONE; if( sc_atk != SC_NONE ) { sc_start(bl, sc_atk, 100, skilllv, d); clif_skill_nodamage(src,bl,skillid,skilllv,i); i = 1; } } pc_delitem(sd, idx, 1, 0, 1, LOG_TYPE_NONE); } } } } ^^^^ what will i change there if i want the strip rate is only 10%? confuse o-o
  7. what will happen if i set it on true?
  8. can u upload it on mediafire? the data folder
  9. how to disable @go,@warp because i test @die and @go 0 and the character is alive o-o i want if a character is dead and type @go 0 or any warps he/she will be warped but it is still dead.
  10. if i want 10% i will change the if (rnd()%100 >= ii) into if (rnd()%10 >= ii) ??
  11. Can someone help me how can i lower the chance of per Strip? here is the patch
  12. How can i remove the automoount after job change my soul linker have a frog mount how can i remove it? i tried @mount nonthing happens
  13. if the clown is link the and cast a poem bragi the caster will get the buff to. Bump please i want the poem bragi like Apple Idun ( Cast it Self ) when the Clown i linked up please?
  14. can i request if a clown is Linked the Poem Bragi , Apple of Idun,Etc., can be use itself? or when clown has a link from SL, played A poem of Bragi and turn it off then he can cast two Arrow Vulcans after self and after them is delay. The rule of it: AV,AV, delay, AV,AV, delay...so on. is this possible? sorry for my bad english :0
  15. Help this is my error. i create a charcter named "Test" then after that i go back in character select and the character i created is not in there then i click left and see this character i am using a old client 2007-02-20 Sakexe with Latest Data folder and i change my mmo.h to 20070220 and the packet in conf/>battle/>client.conf // Set here which client version do you accept. Add all values of clients:// Clients older than accepted versions, and versions not set to 'accepted'// here will be rejected when logging in// 0x00001: Clients older than 2004-09-06aSakray (packet versions 5-9)// 0x00002: 2004-09-06aSakexe (version 10)// 0x00004: 2004-09-20aSakexe (version 11)// 0x00008: 2004-10-05aSakexe (version 12)// 0x00010: 2004-10-25aSakexe (version 13)// 0x00020: 2004-11-29aSakexe (version 14)// 0x00040: 2005-01-10bSakexe (version 15)// 0x00080: 2005-05-09aSakexe (version 16)// 0x00100: 2005-06-28aSakexe (version 17)// 0x00200: 2005-07-18aSakexe (version 18)// 0x00400: 2005-07-19bSakexe (version 19)// 0x00800: 2006-03-27aSakexe (version 20)// 0x01000: 2007-01-08aSakexe (version 21)// 0x02000: 2007-02-12aSakexe (version 22)// 0x04000: 2008-09-10aSakexe (version 23)// 0x08000: 2008-08-27aRagexeRE (version 24)// 0x10000: 2008-09-10aRagexeRE (version 25)// default value: 0xFFFFFF (all clients)packet_ver_flag: 0xFFFFFFand Change it to // Set here which client version do you accept. Add all values of clients:// Clients older than accepted versions, and versions not set to 'accepted'// here will be rejected when logging in// 0x00001: Clients older than 2004-09-06aSakray (packet versions 5-9)// 0x00002: 2004-09-06aSakexe (version 10)// 0x00004: 2004-09-20aSakexe (version 11)// 0x00008: 2004-10-05aSakexe (version 12)// 0x00010: 2004-10-25aSakexe (version 13)// 0x00020: 2004-11-29aSakexe (version 14)// 0x00040: 2005-01-10bSakexe (version 15)// 0x00080: 2005-05-09aSakexe (version 16)// 0x00100: 2005-06-28aSakexe (version 17)// 0x00200: 2005-07-18aSakexe (version 18)// 0x00400: 2005-07-19bSakexe (version 19)// 0x00800: 2006-03-27aSakexe (version 20)// 0x01000: 2007-01-08aSakexe (version 21)// 0x02000: 2007-02-12aSakexe (version 22)// 0x04000: 2008-09-10aSakexe (version 23)// 0x08000: 2008-08-27aRagexeRE (version 24)// 0x10000: 2008-09-10aRagexeRE (version 25)// default value: 0xFFFFFF (all clients)packet_ver_flag: 21
  16. anyone can help me how to make 2007 client works on latest svn and latest Data Folder? ((((
  17. i need a WoE Reward npc that all guild members are rewarded. not the Guild Leader Only. a NPC that gives Reward if the Guild won a Castle
  18. i this is a npc? clickable npc i mean .. can you make it a npc that can be activate by GM lvl 99?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.