Jump to content

ragazel

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Netherworld

Recent Profile Visitors

1421 profile views

ragazel's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Hello everyone, I need a little help again lately my server did a random freeze (not crashing, so I cant get any dump), and its only happening when WoE is running. I try to find what causing server freeze, but I only get these error: However, server didnt freeze while this error appearing, but its happened in a random time after this error happening (yet the map server log didnt show any error beside this, not even crash) While I think this is not a problem for server freeze, Im just curious what causing this error and maybe this is good to be a start point I want to ask is my modification to source is safe for server or not (or maybe get a few improvement). Here are my modification (warning ugly code, since I just know a little about programming) map.c at map_addblock function char* bltype = ""; switch(bl->type){ case BL_NUL: bltype="NUL"; break; case BL_PC: bltype="PC"; break; case BL_MOB: bltype="MOB"; break; case BL_PET: bltype="PET"; break; case BL_HOM: bltype="HOM"; break; case BL_MER: bltype="MER"; break; case BL_ITEM: bltype="ITEM"; break; case BL_SKILL: bltype="SKILL"; break; case BL_NPC: bltype="NPC"; break; case BL_CHAT: bltype="CHAT"; break; case BL_ELEM: bltype="ELEM"; break; } and modified a bit for out of bound error function if( x < 0 || x >= map[m].xs || y < 0 || y >= map[m].ys ) { ShowError("map_addblock: out-of-bounds coordinates (\"%s\",%d,%d), map is %dx%d\n", map[m].name, x, y, map[m].xs, map[m].ys); return 1; } to if( x < 0 || x >= map[m].xs || y < 0 || y >= map[m].ys ) { ShowError("map_addblock: out-of-bounds coordinates (\"%s\",%d,%d), map is %dx%d, type is %s\n", map[m].name, x, y, map[m].xs, map[m].ys, bltype); return 1; } Of course I will happy if someone know why server did a random freeze, but since I have no clue what causing the freeze beside this error, at least I want to start with what type causing the error. thank you and sorry for bad english, hope what I mean is explained correctly and clear enough
  2. help, Im having this problem, most of the text is missing (npc name, server info, char name, etc) Im using 2013-08-07 client, my client working fine in win 7 64 bit, but have this strange issue in win 7 32 bit (yes, Im using same ragnarok folder) is there any solution or fix for this problem ? thanks in advance
  3. yes, I did recompile the server. currently im using centos with this command for recompile: ./configure make clean make server ./athena-start start // to start server so Im testing more with my friends and have variety result even though with same ragnarok folder from me: - connecting fine and play normally - rejected from server (3) there is debug message (unknown packet 0xxxx) in server afaik, this is packet key problem, but I dont know why this issue didnt happen to me - cannot load proper grf even with data.ini and grf needed, custom sprite didnt works, korean text, etc - client doesnt load at all just like described at previous post, came up in a blank window and dissapear in almost an instant - client has missing text, but not NO MSG error just like described with pict at previous post, the only text I can found is character stats I dont know why same ragnarok folder can make so much difference when it comes to client. if there is really no fix or advice, I think I will make everything from zero again but I dont want this kind of problem happen again. so if there is any advice or pointer so Im not repeating my mistake, I'll gladly take it
  4. I dont think screenshot make any difference, the window just came up blank and close immediately (yes, in an instant), tried to take screenshot but no luck [ UPDATE ] my friend can open client and go to in game now with using different kro folder (which is outdated I believe), but sadly there is new problem sorry for the picture, my friend is a bit "special" when it comes to computer thingy as you can see, there is empty text (I thought this is because msgstringtable.txt, but it should NO MSG if it the cause of problem right ?) this is my friend's char, yes, he is so sad, cant chat or read another chat, the only thing he can see is that tiny black box for other player, he is chat just like normal player did, but only him cant see chat from other player or himself wow, finally some text, but wait, I think there is something missing, ah right, the window title can someone help me for this problem ? I gladly take any advice and provide more information to solve this problem thanks in advance I dont really know how forum works, bump just in case edited post not bump the thread sorry for double post bump, anyone can help ?
  5. hello guys, before I go into my problem, I already search about client wont start or load problem in forum and still cant get it work or the solution didnt solve my problem I have problem with my client, currently im using 2013-08-07aRagexe with this diff using NEMO patcher 8 Custom Window Title 13 Disable Ragexe Filename Check (Recommended) 15 Disable HShield (Recommended) 16 Disable Swear Filter 17 Enable Official Custom Fonts 18 Skip Service Selection Screen 19 Enable Title Bar Menu 23 Enable /who command (Recommended) 24 Fix Camera Angles (Recommended) 28 Increase Headgear ViewID 31 Increase Zoom Out 75% 33 Always Call SelectKoreaClientInfo() (Recommended) 34 Enable /showname (Recommended) 36 Read msgstringtable.txt (Recommended) 37 Read questid2display.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 41 Disable Nagle Algorithm (Recommended) 44 Translate Client (Recommended) 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 64 @ Bug Fix (Recommended) 68 Enable 64k Hairstyle 71 Ignore Resource Errors 72 Ignore Missing Palette Error 73 Remove Hourly Announce (Recommended) 213 Disable Help Message on Login (Recommended) 84 Remove Serial Display (Recommended) 88 Allow space in guild name 90 Enable DNS Support (Recommended) 92 Packet First Key Encryption 93 Packet Second Key Encryption 94 Packet Third Key Encryption 95 Use SSO Login Packet 96 Remove GM Sprites 100 Disable Multiple Windows I already set my mmo.h and packetver to match the client, so I think this is not server side problem, because I can login with this client the problem is when I try it in my friend pc with exactly same ragnarok folder, client just wont load, after login from loki launcher the client showed up in blank and immediately closed (around 0.5 sec if you curious), no error or anything just closed right after it shown. if this helped, I tested this client in 3 pc, all of them is Win 7 64 bit, but it wont works on 1 pc thanks in advance, sorry for bad english, not my native language
  6. yes, I also tried option 32 in mob_avail.txt, it works fine for job 2 and below but not for job 3 and I cant found something related about "mount" with @ option in game, is there any way I can see full list from files (not in game) ?
  7. thanks for your reply, but still no luck (I also tried different parameter for option with those sprite ID) it works fine if Im using job 2 and below (lord knight, knight) with peco peco riding, it will show their mount the problem is if Im using job 3, even mechanic with lv 1 cart option paramater wont show the cart
  8. hello guys, can anyone help me how to make custom monster using player sprite 3rd job, but with mount I want custom mob that appear like rune knight with dragon or mechanic with mado I already read all instruction in http://rathena.org/wiki/Custom_Mobs but can't find a clue about 3rd job mount the closest I get is change number for option parameter, the number in wiki is only up to 8192 but I can get my custom monster to looks like player with summer sprite (which is not in wiki) using this number mob_db.txt: 4000,EVIL_MECHANIC,Evil Mechanic,Evil Mechanic,160,33333333,1,0,0,9,5000,10000,300,50,300,200,150,300,200,100,12,12,2,7,28,0x37B5,90,300,624,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 mob_avail.txt: // To disguise a mob as a player: // MobID,SpriteID,Sex,Hair_Style,Hair_Color,Weapon,Shield,Head_Top,Head_Middle,Head_Bottom,Option,Dye_Color 4000,4064,1,1,1,0,0,359,12,1207,262144,1 now I want my custom mob to using 3rd job sprite with mount, is it possible ? thanks in advance
  9. hello guys, can you help me how to make custom mob like 3rd job with mount ? like Rune Knight with Dragon or Mechanic with Madogear I read all instruction in http://rathena.org/wiki/Custom_Mobs but can't find a clue about 3rd job mount so, is it possible ? thanks for your help
×
×
  • Create New...