Jump to content

nobukadnezar

Members
  • Posts

    163
  • Joined

  • Last visited

Posts posted by nobukadnezar

  1. /bo Hi folks,

    How to make NPC talking every certain second to public? i use it to make npc says example like this : "Hello, You can do the quest here...blabla~

    i meet that on Pools NPC but i can't find the script /hum

    Thanks

  2. Still can't connect.

    This is the result for bash command "iptables -L" :

    11 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:6900 state NEW

    12 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:5121 state NEW

    13 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:6121 state NEW

    14 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:6900 state NEW

    15 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:5121 state NEW

    16 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:6121 state NEW

    // Login Server Port (char_athena)

    login_port: 6900

    // Character Server Port (map_athena)

    char_port: 6121

    map_port: 5121

    anything wrong?

  3. this is my rule at etc/sysconfig/iptables

    # Generated by iptables-save v1.3.5 on Sat Jul 7 20:29:49 2012

    *filter

    :INPUT ACCEPT [0:0]

    :FORWARD ACCEPT [0:0]

    :OUTPUT ACCEPT [161:34821]

    :RH-Firewall-1-INPUT - [0:0]

    -A INPUT -j RH-Firewall-1-INPUT

    -A INPUT -p udp -m udp --dport 6900 -m state --state NEW -j ACCEPT

    -A INPUT -p udp -m udp --dport 5121 -m state --state NEW -j ACCEPT

    -A INPUT -p udp -m udp --dport 6121 -m state --state NEW -j ACCEPT

    -A INPUT -p tcp -m tcp --dport 6900 -m state --state NEW -j ACCEPT

    -A INPUT -p tcp -m tcp --dport 5121 -m state --state NEW -j ACCEPT

    -A INPUT -p tcp -m tcp --dport 6121 -m state --state NEW -j ACCEPT

    -A FORWARD -j RH-Firewall-1-INPUT

    -A RH-Firewall-1-INPUT -i lo -j ACCEPT

    -A RH-Firewall-1-INPUT -p icmp -m icmp --icmp-type any -j ACCEPT

    -A RH-Firewall-1-INPUT -p esp -j ACCEPT

    -A RH-Firewall-1-INPUT -p ah -j ACCEPT

    -A RH-Firewall-1-INPUT -d 224.0.0.251 -p udp -m udp --dport 5353 -j ACCEPT

    -A RH-Firewall-1-INPUT -p udp -m udp --dport 631 -j ACCEPT

    -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 631 -j ACCEPT

    -A RH-Firewall-1-INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT

    -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT

    -A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited

    COMMIT

    # Completed on Sat Jul 7 20:29:49 2012

    nothing error, just can't connect when i start the iptables service.

  4. I use weedif to patch keikun's diif : here

    ----

    fixed i use judas client and obsfucation.dll it works now, but i now setup.exe not working anymore. I have already used judas setup with blue ghostring icon... but when i uncheck the read data folder first it could do the trick. So are we still need data folder outside grf?

  5. My latest packet_db

    //2012-04-10aRagexeRE [Judas]

    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

    0x0366,90,useskilltoposinfo,2:4:6:8:10

    0x0889,6,getcharnamerequest,2

    0x0884,6,solvecharname,2

    0x08E5,41,bookingregreq,0

    0x08E6,4

    0x08E7,10,bookingsearchreq,0

    0x08E8,-1

    0x08E9,2,bookingdelreq,0

    0x08EA,4

    0x08EB,39,bookingupdatereq,0

    0x08EC,73

    0x08ED,43

    0x08EE,6

    0x0907,5,moveitem,2:4

    0x0908,5

    //Add new packets here

    //packet_ver: 31

    What you mean "use the rAthena's packet_db" ?

×
×
  • Create New...