Jump to content

ossi0110

Members
  • Posts

    318
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ossi0110

  1. nope thats not right hehe, are you connection whit the 127.0.0.1 IP?
  2. when i use !compare( strcharinfo(3), .town$[.@i] ) its nor Working , he drops me a error msg never worked whit !compare befor so atm not sure why it gives the error , and the WIki dont tell me much about this command hehe script error on instances.txt line 174 need '(' 172 : { 173 : OnPCLoadMapEvent: * 174 : while '!'compare( strcharinfo(3), .town$[.@i] ); && .@i < 4 ) .@i++ ; 175 : if ( .@i == 4 || @town_map_cutin_loaded & 1 << .@i ) end; 176 : @town_map_cutin_loaded = @town_map_cutin_loaded | 1 << .@i; 177 : sleep2 2000; 178 : cutin .pic$[.@i], 4; 179 : sleep2 3000; [info]: Done loading '12926' NPCs:
  3. im using Win 7 too 64 Bit . im not sure where your problem is , maybe wrong diffed client. or a messed up file somewhere. if you got TeamViewer i can try too solve your problem. just drop me a PM or add me on Skype Nick = nightfire0110
  4. you made a GRF whit the stuff from the DATA folder you downloaded? and be sure too use the correct LUB files http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/2012-04-10%20Lub+src%20Files%20%5bTranslated%5d.rar
  5. what you mean whith changing the Language? if you got englisch data 3.0 , all should be Englisch or is you stuff all Korean?
  6. Hello Rathena i got a problem whit a Cutin script . its made by AnnieRuru and i found it in the forum . the scrip works like a charm on Normal maps like Towns , but i want too use it on Instance maps too. currently its not working there. and current im not sure why hehe , a bit help would be nice - script inst cutins -1,{ OnPCLoadMapEvent: while ( strcharinfo(3) != .town$[.@i] && .@i < 4 ) .@i++; if ( .@i == 4 || @town_map_cutin_loaded & 1 << .@i ) end; @town_map_cutin_loaded = @town_map_cutin_loaded | 1 << .@i; sleep2 2000; cutin .pic$[.@i], 4; sleep2 3000; cutin "", 255; end; OnInit: setarray .town$, "1@tower", "2@tower", "prontera"; setarray .pic$, "sign_01", "sign_02", "sign_01"; while ( .@i < 4 ) { setmapflag .town$[.@i], mf_loadevent; .@i++; } end;
  7. you have too put the FIles in the AI folder and in the AI_Sakry folder and in both USER_AI folders. and be sure to make /hoai too activate it
  8. what you changed there ?
  9. you have to be sure you have added the custom item in the accname.lua and in the accessoryid.lua. if you did thit allready show us the last few lines.
  10. be sure you are using the Correct packet_db for your client , its locatet in DB/packet_db for 2012-04-10 you need this packet DB //2012-04-10aRagexeRE 0x01FD,15,repairitem,2 0x089C,26,friendslistadd,2 0x0885,5,hommenu,2:4 0x0961,36,storagepassword,0 0x0288,-1,cashshopbuy,4:8 0x091C,26,partyinvite2,2 0x094B,19,wanttoconnection,2:6:10:14:18 0x0369,7,actionrequest,2:6 0x083C,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x0945,-1,itemlistwindowselected,2:4:8 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0817,2,reqclosebuyingstore,0 0x0360,6,reqclickbuyingstore,2 0x0811,-1,reqtradebuyingstore,2:4:8:12 0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0835,2,searchstoreinfonextpage,0 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0437,5,walktoxy,2 0x0886,6,ticksend,2 0x0871,5,changedir,2:4 0x0938,6,takeitem,2 0x0891,6,dropitem,2:4 0x086C,8,movetokafra,2:4 0x08A6,8,movefromkafra,2:4 0x0438,10,useskilltopos,2:4:6:8 0x0366,90,useskilltoposinfo,2:4:6:8:10 0x0889,6,getcharnamerequest,2 0x0884,6,solvecharname,2 0x08E5,41,bookingregreq,2:4 //Added to prevent disconnections 0x08E6,4 0x08E7,10,bookingsearchreq,2 0x08E8,-1 0x08E9,2,bookingdelreq,2 0x08EA,4 0x08EB,39,bookingupdatereq,2 0x08EC,73 0x08ED,43 0x08EE,6 0x08EF,6,bookingignorereq,2 0x08F0,6 0x08F1,6,bookingjoinpartyreq,2 0x08F2,36 0x08F3,-1 0x08F4,6 0x08F5,-1,bookingsummonmember,2:4 0x08F6,22 0x08F7,3 0x08F8,7 0x08F9,6 0x08FA,6 0x08FB,6,bookingcanceljoinparty,2 0x0907,5,moveitem,2:4 0x0908,5 0x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections
  11. could it be that you have Merged your GRF wrong?
  12. you added your map in your mapnametable.txt in your client?
  13. im using this one so the first one ^^ http://supportmii.com/ro1/Clients/2012-04-10aRagexeRE.exe
  14. HIho, Be sure to Execute the latest SQL UPGRADES. you have to execute upgrade_svn17080.sql and upgrade_svn17086.sql they are located in sql-files/upgrades
  15. you reloaded you skilldb? or restartet the server after changing it?
  16. im using 2012.04.10 too
  17. yeah but we are using the same exe , and im not crashing . And in a other thread you said you added new translation for deweta item etc. maybe you got a error there.
  18. look into your custom items you added , you have a item bonus script what is wrong
  19. skill_cast.db change to
  20. if i remember right you are using 2012-04-10 exe, im using the Same and got no problem whit the Seismic fist. i would think you added custom stuff too your idnum2itemdesctable.txt and made somewhere a error. if you want upload your table and we can look
  21. if you need more support just msg me
  22. Miracle only works on the Saved Map Sun/Moon/Star), if you move out of this map the Miracle will ends
  23. you can try this script from goddameit http://rathena.org/board/topic/76975-pet-rental/
  24. it seems you are using the wrong LUB files , what client date are you using?
  25. im using the 2012-04-10 and all works like a charm , i helped in the last 3 days for 6 ppls from rathena what got the same problems a Teamviewer Session and all problems got fixed , most due Wrong Diffied EXE or wrong used diff patcher. or wrong Clients etc if anyone needs help in this client problems just drop me a PM and i will see if i can help you out whit TeamViewer , Easy way too contact me is Skype , nick = nightfire0110
×
×
  • Create New...