Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. You can try learn with HTML first ~ Getting Started ( HTML Introduction )
  2. try this - script Sample -1,{ OnInit: if( gettime(3) < 18 ){ day; }else{ night; } end; OnClock0600: day; end; OnClock1800: night; end; }
  3. LOL...actually to limit player to connect to your game..there is 1 simple way rather than my script conf/char_athena.conf // Maximum users able to connect to the server. Set to 0 for unlimited. max_connect_user: 0 anyway..for vendor not counting.. erm..not sure..maybe can do a trick like this when character logon...add +1 to a variable. then attach a timer to character... every interval of time check whether player is vending or else.. if yes then detach the timer and -1 to variable.
  4. you mean limit how many players can access to your Server ? or custom game like event ?? hmm - script Sample -1,{ OnPCLoginEvent: if( getusers(1) > 10 ) atcommand "@Kick "+strcharinfo(0); end; }
  5. Show Them To Me - Rodney Carrington LINK : Attention : NOT FOR CHILDREN !! xD
  6. try this.... NPC Script : - script Sample -1,{ OnInit: OnPCLoginEvent: if( !isnight ) night; end; } beside.....if you are using those from above posts... you should include this also ~ Server Setting : conf/battle/misc.conf // Choose if server begin with night (yes) or day (no) night_at_start: yes
  7. Haha ~ i was the First User...................... who "LIKE" that page ^^
  8. So.....there was another alternative way to handle this crisis ~~ hahah~
  9. try add this~ if(sc->data[sC_EDP] && skill_num == GC_CROSSIMPACT ) ATK_ADDRATE(50); find this src/map/battle.c add below case GC_CROSSIMPACT: if(sc->data[sC_EDP] && skill_num == GC_CROSSIMPACT ) ATK_ADDRATE(50); break; hope it work ~
  10. you can try this Dynamic Shop TCG ID : set .tcg_item,7227; Item , Price Lists : setarray .TCG_ITEMS[0],4174,40,4047,40,4302,40,4263,30,4305,30,4121,40,4236,25,4168,40,4318,30,4276,40,4146,30,4131,30,4143,30,4135,40,5374,250,5375,200,5377,200,5373,200,5372,150,12906,2,12907,2,13592,4,12905,2,12903,2;
  11. ^^ yeah ~ i love Z3R0 guide ~ ^^
  12. Emistry

    :3

    Welcome Genuine ~ ^^
  13. that eA group i posted...is not made by me..i just found out that group few month ago.. but then...there was a admin back then....then..after i request to awake the group by send the admin a message.. and he just left the group after the "update" the group feature ( facebook old version of group )
  14. You may contact me through the Information i leave in my Post's Signature .. for example Facebook / MSN / Gmail...

  15. Owh.. Legend Of Mana... sound familiar...but not sure it that the game i played before.. i just barely remember there is a "Mana" words in the name... and it was 1 of the game from "Emulator King Version" and for Maplestory... i also got play last time... but then get banned after i use Speed Hack with my Main Char..>.< ( feel kinda regret during that time )
  16. Haha ~ now they can Force the Players to do the Quests in order to advance to further higher BaseLevel..... anyway , instead of using using this would be better set BaseLevel,BaseLevel + 1;
  17. maybe you can do it in this way ( if i was right with what you want ) create a custom scroll add in the Announce Command with specific message then get items.
  18. haha...i also just realized there was a fans page as welll...though there was only a "Non-managed Group" only ^^
  19. Emistry

    Hi :)

    Hi Teny ~ Welcome to this board ~
  20. Nice work..xD i love it when it came with video guide ~
  21. *atcommand "<command line>"; This command will run the given command line exactly as if it was typed in from the keyboard by the player connected to the invoking character, and that character belonged to an account which had GM level 99.
  22. this is the eA group ..but it seem to be leftover unhandle for long time ago~
  23. yayaa this is it..xD but i still cant understand this haha~ gonna take sometime to get understand on this ^^ thx you for this... anyway..hope some pro / free may improve this documentation as well ^^
×
×
  • Create New...