Jump to content

kamikaze666

Members
  • Posts

    92
  • Joined

  • Last visited

Posts posted by kamikaze666

  1. another easier way i found 

     

    1) get JOCR

     

    2) Take screengrabs and copy the text from the screenshots using JOCR

     

    3) paste it into Notepad++

     

    4) in Notepad++ click on Encoding>Character Sets> Korean> Windows 949

     

    5) Voila your gibberish text is now converted in Korean

     

    6) head over to translate.google.com and start translating....

     

    Note: just make sure you copy all the korean text in a single notepad then save a copy of it before converting it into korean then proceed from step 4

    • Upvote 2
  2.  

    It's actually pretty easy to do with my new version of the Endless Tower script (v2.2).

    • Add the 'nomobloot' mapflag to all x@tower maps, which will disable drops from all monsters except MVPs.
    • In the "OnMyMobDead" labels, create your desired drops with either 'makeitem' or simply 'getitem' (using any conditions you need).

     

    Can you please guide me how to add a nomobloot mapflag on @tower 1-2 sample lines will do. thanks

     

     

    in \rAthena\npc\mapflag

     

    there is a text file noloot.txt just add the mapflags for 1@tower till 6@tower for nomobloot

     

    here's the description of it

     

    *noloot

    *nomobloot

    *nomvploot

    Disables normal monsters and MVPs from dropping items on a map. Looted items will always drop.

    'noloot' is the same as 'nomobloot' and 'nomvploot' combined.

  3. EDIT: cashdb issue resolved just had to restart the server >.<

     

    but now facing a new issue

     

    i noticed in my shadow chaser when i equip a blade or any sword items my attack increases but when i equip any bows the attack gets halved any particular reason for it?

     

    vzf.png

     

    cd2t.png sayv.png
     
     
  4. This is how the current window looks like also i am not able to level beyond 99 when the max level on my server is 500/130

     

    item_cash_db.txt 

    1,607,5000
    0,2383,10000
    2,4403,5000
    0,4085,5000
    0,1533,10000
    0,4440,1000
    0,4465,1000
    0,1599,20000
    0,4305,1000
    0,4493,1000
    0,4495,1000
    0,4498,1000

    t2f.png

     

     
    my equipment is also appearing as unknown item when i have inserted all my custom files in itemInfo.lua, for some reason though its not converting to .lub....
    hijc.png
  5. mmo.h is defaulted to 20120410

     

    btw i am connecting now but also getting disconnected and is the blevel capped at 99?

     

    heres the error

     

    [Warning]: clif_parse: Received unsupported packet (packet 0x8481, 4 bytes received), disconnecting session #3.

     

     

    [Warning]: clif_parse: Received unsupported packet (packet 0xa52b, 4 bytes received), disconnecting session #3.

  6. SVN: 17400

     

    gex.png
    ylrm.png
    tb2h.png
     
     

     

    My Packet DB version 30

    //2012-04-10aRagexeRE
    packet_ver: 30
    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
    0x091D,18,bookingregreq,2:4:6
    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
    0x08CF,10 //Amulet spirits
    0x0977,14 //Monster HP Bar
    0x0916,26,guildinvite2,2
    0x0844,2,cashshopopen,0
    0x084a,2,cashshopclose,0
    0x08c9,4,cashshopitemlist,0
    0x0848,-1,cashshopbuy,2:4:6:10

     

    Server monitor map server shows the following

    [info]: clif_parse: Disconnecting session #3 with unknown packet version, possibly for having an invalid account_id (p:0x094b,l:19).

  7. i am getting an error on the map server, attached is the dump of Map Server from server monitor

     

    SVN: 17400, but shows unknown on server monitor

    the funny thing is the "gat not found are instance maps which are already defined in resnametable.txt, also i am able to create a character but it disconnects just after i try to load it, shows an error "Rejected from server"

     

    server monitor shows

    [info]: clif_parse: Disconnecting session #3 with unknown packet version, possibly for having an invalid account_id (p:0x094b,l:19).

     

    http://pastebin.com/ifFHHjWq

     

    My PacketDB

    http://pastebin.com/be6kEPpD

×
×
  • Create New...