Jump to content

kaixler44

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Dubai
  • Server
    TrustRo

Recent Profile Visitors

895 profile views

kaixler44's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Problem solve script need some editing! thank you guys!
  2. dude I've tried the script and it works well nice job on that. i don't want to put 1 handed or 2 handed sword its because is really easy to make +10 weapon. thank you very much
  3. for example for my lower headgear wing: here is the full script 20005,_bloodybutterflywings,bloodbutterfly_wings,5,20,,0,,2,,0,0xFFFFFFFF,7,2,1,,1,0,2005,{ bonus bAllstats,10; },{},{} where should i put this one > if(BaseLevel>200){ unequip EQI_COSTUME_HEAD_LOW; dispbottom "Unable to equip."; } thanks
  4. Winz i kindly like this script but, can you make the NPC to not accept +10 weapon?? just armor shield muff shoes how bout that?
  5. its working on main gauche 1208,Main_Gauche_,Main Gauche,5,2400,,600,43,,1,4,0xFE9F7EEF,7,2,2,1,1,1,1,{if (BaseLevel >50) unequip (getitemslots(1208));},{},{} but the code is not working on my costume item idunno why
  6. Item Restriction Level. example main gauche limit level 50 after you reach lvl 51 you will not able to equip it again. how to do it? it's really good for freebies npc thanks!
  7. id like to set for 12 hours, should be look lie this? at_timeout: 12 [Hours] or at_timeout: 43200000 [milliseconds]
  8. As the title says how can i set @autotrade and @afk limit for 12 hours then automatically kick by the server. if( battle_config.at_timeout ) { int timeout = atoi(message); status_change_start(NULL,&sd->bl, SC_AUTOTRADE, 10000, 0, 0, 0, 0, ((timeout > 0) ? min(timeout,battle_config.at_timeout) : battle_config.at_timeout) * 60000, SCSTART_NONE); } please help me,Thanks in advance.
  9. As you can see in the picture @warp failed you already are at your destination.. it's very similar with @warp with delay/Cooldown please help me how to configure @warp? thanks in advance.
×
×
  • Create New...