Jump to content

donkeyg

Members
  • Posts

    1060
  • Joined

  • Last visited

Everything posted by donkeyg

  1. Not me.. reload the sql table how to reload sql table? is it restat server? or recompile server sorry if asking a stupid question
  2. yeah did it, still couldnot be loaded=.=" heres's my script izlude,128,213,3 script Anniversary Coins 123,{ query_sql "select `last_ip`, `newbie` from `login` where `last_ip` in (SELECT `last_ip` FROM `login` WHERE `account_id`=" + getcharid(3) +") having `newbie` = max(`newbie`) limit 1", .@last_ip$, .@tmp; if ( .@tmp ) { mes "I'm sorry, the rewards are exclusively for new players."; close; } mes "Welcome! Here are some free gifts"; mes "for newcomers:"; for ( set .@i, 0; .@i < getarraysize(.reward); set .@i, .@i + 2 ) mes .reward[.@i+1] + " x " + getitemname(.reward[.@i]); close2; for ( set .@i, 0; .@i < getarraysize(.reward); set .@i, .@i + 2 ) getitem .reward[.@i], .reward[.@i+1]; query_sql "update `login` set `newbie` = 1 WHERE `last_ip`= '" + .@last_ip$ + "'"; end; OnInit: setarray .reward, 18158,100; // Rewards: <item id>,<item amount> set .size, getarraysize( .reward ); }
  3. NPC couldn't loaded... please help.. im using ur script..
  4. so,, which 1 shud i use? urs or Anakid's?
  5. no nono, im making a weapon, and i wan the weapon gives this effect... and also, how do i make this one.. Blitz Beat deals 500% more damage
  6. Reduce Cast Delay of Coluceo Heal by 100% ie:- No cast delay for that skill (Skill ID# 2043) how?
  7. no mount allowed when equiped *REQUEST* and a NPC that gives 100 coin to every account ( Same IP address cannot get).
  8. im asking to make it have 0.1seconds cool down even u wear 3 kiels + expert rings. Addition: ok , try make it 1 second delay, see whether got different or not...
  9. sorry, my misunderstanding.. hah i just wan to make the jackfrost have 0.1 cooldown
  10. how to increase the guild level 100 at aldebaran_cas04
  11. even even u wearing 3 kiels, the jackfrost also have 0.1seconds cooldown
  12. how to change Jack frost delay to maximum 0.1 seconds even u have 3 kiel cards.
  13. WoE's castle doesnt have any problem at all, just the KoE got problem.
  14. it display missed, but when u see the EMperium clearly, the emperium hp is decreasing when u use "jack frost"
  15. KOE BUG, the emperium can be hit by MAGICS
  16. tetra vortex need 1 waterball,1stone,1fireball,1 lightning ball only can cast i only cast water ball 4 times then can cast the vortex skill already. is it bug? bumpp
  17. donkeyg

    help

    ahh.. it's bugged. even i take off the item, and relog, the effect still there... please help
  18. once i type @Load it's disappear=.=" oh... so cant be able to use script add?
  19. izlude,129,149,4 script Waterfall#h1-1::Waterfall 111,{ end; OnInit: hideonnpc strnpcinfo(0); while(1){ specialeffect 349; } end; } When i reloadthe script, my client crash==
×
×
  • Create New...