Jump to content

Blue Jem

Members
  • Posts

    393
  • Joined

  • Last visited

Everything posted by Blue Jem

  1. @recallip lets say i want to recall this ip to my position all ip this 127.0.0.1
  2. hello can i request working on eathena .. Example: Event Start every 2hr's NPC announce the bring me this item's but is random items (1 to 7) 1 apple 2 jellopy 3 skull 4 poring card 5 TCG 6 emperium 7 red potion if the npc announce please bring me this "APPLE" 30pcs after announcement of item's need for event the the player bring the apple 30pcs and the reward is 7227 after check the items the npc is autoclose or autohide and wait again for 2hr's for event
  3. someone have this 20100616 Client Date from EAthena Site i cant find the packet db for this
  4. i mean only client not GRF
  5. how can encrypt my client only i use now is 2012 client
  6. command for recall ip example. this ip 127.0.0.1 i want to recall ) like @recall then name of character please working to eathena how can change this to recall for ip ACMD_FUNC(recallall) { struct map_session_data* pl_sd; struct s_mapiterator* iter; int num_failed; nullpo_retr(-1, sd); if (sd->bl.m >= 0 && map[sd->bl.m].flag.nowarpto && battle_config.any_warp_GM_min_level > pc_isGM(sd)) { clif_displaymessage(fd, "You are not authorised to warp players to your current map."); return -1; } num_failed = 0; iter = mapit_getallusers(); for( pl_sd = (TBL_PC*)mapit_first(iter); mapit_exists(iter); pl_sd = (TBL_PC*)mapit_next(iter) ) { if( pl_sd->status.account_id == sd->status.account_id ) continue; // no point in recalling self if( pc_isGM(pl_sd) > pc_isGM(sd) ) continue; // skip more powerful GMs if( pl_sd->bl.m >= 0 && map[pl_sd->bl.m].flag.nowarp && battle_config.any_warp_GM_min_level > pc_isGM(sd) ) { ++num_failed; continue; // blocked by nowarp mapflag } if( pc_isdead(pl_sd) ) {// wake them up pc_setstand(pl_sd); pc_setrestartvalue(pl_sd,1); } pc_setpos(pl_sd, sd->mapindex, sd->bl.x, sd->bl.y, CLR_RESPAWN); } mapit_free(iter); clif_displaymessage(fd, msg_txt(92)); // All characters recalled! if( num_failed != 0 ) { sprintf(atcmd_output, "Because you are not authorised to warp from some maps, %d player(s) have not been recalled.", num_failed); clif_displaymessage(fd, atcmd_output); } return 0; }
  7. every time WOE show the Top1 and Top2 Guild in WOE
  8. how can change the color of normal player
  9. yea only view BTW annie Thank you .. you have Quest item with item view working to Eathena?
  10. dead link Kozima http://www.eathena.ws/board/script-Dynamic-Quest-NPC-t206509.html this link the script is deadlink
  11. can you post the ss of your script
  12. hello , can i request again Quest item can she/he view the description of item and the item.
  13. hello again can i request something about event like this.. Example: like this.. Type the Question on NPC and the npc announce to every one the Question using broadcast or else then the player type the Answer to npc Question From NPC announce : what is the missing word on this ________ Online game (announce to every one the Question like broadcast) Answer : Ragnarok Who get the correct answer get this 7227 10 SORRY FOR MY BAD ENGLISH please working on Eathena up up
  14. i dont know where can find this script..
  15. Example: who the own of this castle of kriem in prontera Every WOE ... can rent the guild house Up!
  16. Blue Jem

    R>script

    if i change to globalmessage?? how
  17. Blue Jem

    R>script

    ill send the code you recieved my files madam?
  18. Blue Jem

    R>script

    there no timer when i use this @bst
  19. Peopleperson49 : all developer on eathena same on rathena ...
  20. Blue Jem

    R>script

    can you show the script madam
  21. i have a error from Eathena script someone can help me http://llchrisll-scripts.googlecode.com/svn/trunk/released/sql-based/gld_ranker.txt
×
×
  • Create New...