Jump to content

Kichi

Members
  • Posts

    509
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Kichi

  1. the simple word is SC_START itemBonus; ? nice script
  2. Kichi

    Map Crash

    are you sure? Do you know what has caused? post here, i've reported here
  3. Kichi

    Map Crash

    This is fatal error would make Map Crash (06/04/2013 21:40:03) [ Error ] : map_addblock: invalid map id (18448), only 862 are loaded. (06/04/2013 21:40:03) [ Error ] : Server received crash signal! Attempting to save all online characters! i tried to force set map id to 0, but still crash the blue, is my custom. m = bl->m; x = bl->x; y = bl->y; if( m < 0 || m >= map_num ) { ShowError("map_addblock: invalid map id (%d), only %d are loaded.\n", m, map_num); m = 0; x = 1; y = 1; ShowError("map_addblock: force to 'alb_ship'.\n"); } if( x < 0 || x >= map[m].xs || y < 0 || y >= map[m].ys ) { plis help I have been frustrated
  4. ow oke thanks, i didn't know that support Ragexe
  5. and the tool to diff and the diff?
  6. Hi, void clif_GlobalMessage(struct block_list* bl, const char* message) { char buf[100]; int len; unsigned long color1 = strtoul("0x00FFFF",NULL,0); // DEFAULT: BLUE SEA nullpo_retv(bl); if(!message) return; len = strlen(message)+1; if( len > sizeof(buf)-12 ) { ShowWarning("clif_GlobalMessage: Truncating too long message '%s' (len=%d).\n", message, len); len = sizeof(buf)-12; } WBUFW(buf,0)=0x2C1; WBUFW(buf,2)=len+12; WBUFL(buf,4)=bl->id; WBUFL(buf,8) = (color1&0x0000FF) << 16 | (color1&0x00FF00) | (color1&0xFF0000) >> 16; safestrncpy((char *) WBUFP(buf,12),message,len); clif_send((unsigned char *) buf,WBUFW(buf,2),bl,ALL_CLIENT); } Above is my custom code, that change all globalmes color into BLUE i want to make globalmes support color, and sometime not show the name of NPC who send the message and than the globalmes not send to player's Chatroom help me to extended /hx
  7. How about using NPC to send message (not globalmes) to channel with colors
  8. I can't reproduce this..EDIT: Oh well, the structure has been changed for most of the part during rev. 17119. Updated. im using centos 64 BIT and the map server crash when i did Spirit Control to Ventus and map server crash EDIT: not only ventus, Spirit Control will crash with this function
  9. Helo i just wanna ask for limiting skill Example: there are only 2 times cast of cross impact and when he cast the third, it will be failed until a 3 second thank you
  10. Helo im just know there is message chat and that is close than my older engine example Old Engine: You can view another player message in range 20 blok rAthena: You can view another player message in range 10 blok so, you can see another player but you can't see his message when he talk it will be problem because, the range to close to can't see his message sorry for my english pic later
  11. i just ask him to separate that 1 file to quest, city,
  12. plis make it clearly Episode 14.1 Bifrost/Mora [English] is ambiguoussince quest/quest_mora.txt city/mora.txt instance/forest_fog.txt thanks anyway
  13. Helo i wanna make status unlimited (time)status icon, like when sit or ride peco. example i got the EXP BOOST icon when im using some item bonus so the EXP BOOST icon not related from SC_START EXP_BOOST,0,0;
  14. The new menu will ever show by this code 'Database' => array( 'Item Database' => array('module' => 'item'), 'Mob Database' => array('module' => 'monster'), ), 'CMS' => array( 'News' => array('module' => 'news'), 'Pages' => array('module' => 'pages'), ), but the menu will show by this code 'Database' => array( 'Item Database' => array('module' => 'item'), 'Mob Database' => array('module' => 'monster'), ), 'CMS' => array( 'News' => array('module' => 'item'), 'Pages' => array('module' => 'pages'), ), i undestand the problem is name inside module maybe it doesn't support "new" module or "custom" module -- EDIT -- sorry my fault, the function work fine
  15. change database & password close ur CP for a while
  16. there are 2 CMP ECX,0F423F what i said was the guide not for newbie, we need learn assembly first I have followed these instructions, step by step but fail because the different packet, and idk assembly ofcourse http://www.eathena.ws/board/lofiversion/index.php/t266410.html
  17. no one want to share this they just hide "how to" but they just leave the clue that not for newbie /sigh although they know, it will be paid service
  18. Kichi

    Ctrl + V

    if(status_get_hp(src)>=500000)md.damage = ((500000 / 150) + (status_get_max_sp(src) / 5)) * skill_lv;
  19. bad wind blows ah oke thx for the explanation rytech i will wait people who want bother add support /otl
  20. bumb i agree that rathena will support 2 client, main and sakray this is our hope for people who like this feature rate this topic for attract the developer to produce this
×
×
  • Create New...