Jump to content

simplexjay2

Members
  • Posts

    224
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by simplexjay2

  1. Can i Request 2013-08-07 Read Data 1st and Grf with no restore login sorry already did some tutorial but always failed i got post on client support but still no clue why my client crash on some character please give me client that already diff and grf
  2. just wondering i crash in some character's like alche lk wiz even i fix the palette hstyle fix character sprite and anything that related on the sprite serror Can u Make me just a client please 2013-08-07 or tell me what will i patch
  3. I got Problem in client 2013-08-07aRagexe.exe explanation: When i login using loki launcher no problem create character no problem 1st enter the server no problem but after i log out then login again in server i got client crash even dnt have error on map_server or any error pump in out Here's my Diff Using nemo Even I use the xdiff download the latest still same 2 Chat Flood Allow 8 Custom Window Title 9 Disable 1rag1 type parameters (Recommended) 13 Disable Ragexe Filename Check (Recommended) 14 Disable Hallucination Wavy Screen (Recommended) 15 Disable HShield (Recommended) 16 Disable Swear Filter 19 Enable Title Bar Menu 20 Extend Chat Box 21 Extend Chat Room Box 22 Extend PM Box 24 Fix Camera Angles (Recommended) 28 Increase Headgear ViewID 32 Increase Zoom Out Max 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) 42 Skip Resurrection Buttons 44 Translate Client (Recommended) 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 50 Skip License Screen 53 Use Ascii on All Langtypes (Recommended) 61 Disable Packet Encryption (Recommended) 64 @ Bug Fix (Recommended) 68 Enable 64k Hairstyle 69 Extend Npc Dialog Box 71 Ignore Missing File Error 72 Ignore Missing Palette Error 73 Remove Hourly Announce (Recommended) 204 Increase Attack Display 74 Increase Screenshot Quality 77 Enable Custom 3D Bones 84 Remove Serial Display (Recommended) 88 Allow space in guild name 90 Enable DNS Support (Recommended) 95 Use SSO Login Packet 97 Cancel to Login Window (Recommended) My Packet db //2013-08-07Ragexe (Shakto) packet_ver: 45 0x369,7,actionrequest,2:6 0x083C,10,useskilltoid,2:4:6 0x437,5,walktoxy,2 0x035F,6,ticksend,2 0x202,5,changedir,2:4 0x70000,6,takeitem,2 0x362,6,dropitem,2:4 0x07EC,8,movetokafra,2:4 0x364,8,movefromkafra,2:4 0x438,10,useskilltopos,2:4:6:8 0x366,90,useskilltoposinfo,2:4:6:8:10 0x096A,6,getcharnamerequest,2 0x368,6,solvecharname,2 0x838,12,searchstoreinfolistitemclick,2:6:10 0x835,2,searchstoreinfonextpage,0 0x819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x811,-1,reqtradebuyingstore,2:4:8:12 0x360,6,reqclickbuyingstore,2 0x817,2,reqclosebuyingstore,0 0x815,-1,reqopenbuyingstore,2:4:8:9:89 0x365,18,bookingregreq,2:4:6 // 0x363,8 CZ_JOIN_BATTLE_FIELD 0x281,-1,itemlistwindowselected,2:4:8:12 0x022D,19,wanttoconnection,2:6:10:14:18 0x802,26,partyinvite2,2 // 0x436,4 CZ_GANGSI_RANK 0x023B,26,friendslistadd,2 0x361,5,hommenu,2:4 0x887,36,storagepassword,2:4:20 My ClientInfo <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Arena Ragnarok Online</display> <balloon>ArenaRO MidRate</balloon> <desc>ArenaRO 25/120</desc> <address>127.0.0.1</address> <port>6900</port> <version>45</version> <langtype>0</langtype> <registrationweb>flux.domain.com</registrationweb> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> </aid> <loading> <image>loadingscreen01.jpg</image> </loading> </connection> </clientinfo> compiled server and edited mmo to 2013-08-07
  4. i got error when i character select and relog the client crash
  5. i Just want to change it to make it 5 party can enter the PVP and need 30 points to win the event glemior,215,279,5 script bg_pvp_register 100,{ if ( getgmlevel() < 60 ) end; else if ( !.start ) { mes "start ?"; next; select "yeah"; mes "select how many players in a team"; mes "if 3vs3, set to 3"; mes "range : 1~9"; next; if ( input( .min2start, 1, 9 ) ) { mes "invalid range"; close; } .start = 1; announce strcharinfo(0) +" has hosted a "+ .min2start +"vs"+ .min2start +" battleground", 0; waitingroom "BG PVP", .min2start *2 +1, strnpcinfo(0)+"::OnStart", .min2start *2; } else if ( .start == 1 ) { mes "abort registration?"; next; select "yeah"; .start = 0; delwaitingroom strnpcinfo(0); } else { mes "a match is currently running now"; mes "abort ?"; next; select "yeah"; .start = 0; awake strnpcinfo(0); } close; OnStart: getmapxy .@map$, .@x, .@y, 1; warpwaitingpc .@map$, .@x, .@y; announce "event started", 0; .start = 2; .red = createbgid( "guild_vs3", 13,50, strnpcinfo(0)+"::Onredout", strnpcinfo(0)+"::Onredout" ); .blue = createbgid( "guild_vs3", 86,50, strnpcinfo(0)+"::Onblueout", strnpcinfo(0)+"::Onblueout" ); callfunc "rand__", .min2start *2, $@rand; for ( .@i = 0; .@i < $@warpwaitingpcnum; .@i++ ) setbgid ( .@i %2 )? .red : .blue, $@warpwaitingpc[ $@rand[.@i] ]; delwaitingroom strnpcinfo(0); bg_warp .red, "guild_vs3", 13,50; bg_warp .blue, "guild_vs3", 86,50; bg_updatescore "guild_vs3", 0,0; sleep .eventlasting * 1000; if ( .start == 2 ) { if ( .score[1] == .score[2] ) mapannounce "guild_vs3", "Draw !", 0; else if ( .score[1] > .score[2] ) { mapannounce "guild_vs3", " Red side wins !", 0; callsub L_reward, .red; } else if ( .score[1] < .score[2] ) { mapannounce "guild_vs3", " Blue side wins !", 0; callsub L_reward, .blue; } } bg_warp .red, "prontera", 155,182; bg_warp .blue, "prontera", 158,182; bg_destroy .red; bg_destroy .blue; .start = .score[1] = .score[2] = 0; end; L_reward: getbgusers getarg(0); for ( .@i = 0; .@i < $@arenamembersnum; .@i++ ) getitem 501, 1, $@arenamembers[.@i]; // item reward return; Onredout: callsub L_out, 2; Onblueout: callsub L_out, 1; L_out: announce strcharinfo(0) +" is out from the match !", 1; bg_leave; warp "SavePoint", 0,0; .score[ getarg(0) ]++; bg_updatescore "guild_vs3", .score[1], .score[2]; if ( .score[ getarg(0) ] == .min2start ) awake strnpcinfo(0); end; OnInit: .eventlasting = 30 * 60; // how long would the event last or it auto-reset. 30 *60 = 30 mins end; } guild_vs3 mapflag battleground 2 guild_vs3 mapflag nosave SavePoint guild_vs3 mapflag nowarp guild_vs3 mapflag nowarpto guild_vs3 mapflag noteleport guild_vs3 mapflag nomemo guild_vs3 mapflag nopenalty guild_vs3 mapflag nobranch guild_vs3 mapflag noicewall
  6. i got problem when i login and some will login in other account a window will popup that say someone has login even no one log in im my account any solution for that matter Sorry Wrong Post Must be Support Didnt notice i click the request
  7. can i just ask how to edit that need glist if will using 1 by 1 strip and 10% success rate
  8. just question how to put if need glisting coat if using 1 by 1 strip
  9. Not working on Latest Svn rathena - Revision 17704: /
  10. Just want to know if there's new working patch for Revision 17704 Already Have Working Copy but when i change item_vending.txt still not see the item on window
  11. @ Cydh tnx for your reply hahaha i will w8t for it thanks
  12. is there any compatible with latest svn 17701
  13. i want to Change the 4 slotted to violet or red and make no color for the non slotted
  14. Need it for some application will apply please give me diff and exe
  15. i know it's possible i already do that thing i hex my client then the gm suit be came normal jobs but still yellow name
  16. i Like your v4p but i notice when i already click the vote and refresh the page still can click vote and no count down
  17. Yes still on the data base but when i look up on storage there is no item
  18. When i put custom item like wing's or wearing item on storage when i log out still in the storage but the item misc like pharacon elunium or some item on misc tab always lost
×
×
  • Create New...