Jump to content

fight_the_fallen

Members
  • Posts

    35
  • Joined

  • Last visited

1 Follower

Profile Information

  • Gender
    Male
  • Location
    Wisconsin

fight_the_fallen's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Hi guys, so I am pretty sure this version is back from eAthena, its pretty customized ANYWAY whenever i run the login server, it gets to listening just fine, then i start char server, and i get this: [Notice]: Abnormal end of connection (ip: 127.0.0.1): Unknown packet 0x2719 [Info]: Closed connection from '127.0.0.1'. [Info]: Connection request of the char-server 'Oplex' @ 127.0.0.1:6121 (account: 'oplex', pass: '6c5952dfc253a96efa8406c872e6b309', ip: '127.0.0.1') [Notice]: Invalid password (account: 'oplex', pass: 'gigasoft', received pass: ' 6c5952dfc253a96efa8406c872e6b309', ip: 127.0.0.1) [Notice]: Connection of the char-server 'Oplex' REFUSED now, mind you, i can change the password in the database to the password it is trying to send, and it will work, but if i change the password in the .conf files, it will drastically change the password it tries to access the database with, if you need any other info, just let me know.
  2. well any idea on how to change how it works? i have one server with a class that can use all the weapons correctly, but i am just recovering the project so i have no way of knowing how lol
  3. its allllllways my topics that dont get answered lol...dammit
  4. this MAY be a hard one for people to understand, but here it goes: how and where does a weapon get told what sprite action is to be used? or the sprite file told what action to use for different weapons? I.E. how does a bow tell the archer sprite to use that visual action instead of, say, the knife action? and please be as detailed as possible because i intend on adding to the current sprites so i can use ALL weapons with each one flawlessly
  5. alright, i guess its not gonna happen, so with a last try im gonna bump this and never return until this gets fulfilled xD
  6. well it doesnt seem like you have what im looking for, sorry xD im requesting job sprites that have the correct additional motions to use guns, knives, and everything think of a blacksmith using a gun, or a mage using a spear
  7. OHHH!!! thank you hahaha now im getting this error [Error]: Loading NPC file: npc/custom/FirstHunt.txt script error on npc/custom/FirstHunt.txt line 1 parse_callfunc: expected ')' to close argument list } ose;re you done yet?";,HUNTING) == 0){ou've finished.";
  8. just practicing scripting and i cant seem to get this one right anyone want to help? haha the error is: [Error]: Loading NPC file: npc/custom/FirstHunt.txt script error on npc/custom/FirstHunt.txt line 0 Unexpected end of string. } ose;re you done yet?";,HUNTING) == 0){ou've finished."; The Script: new_1-1,139,92,2 script Novice Hunter 118,{ if(poring_H == 0){ mes "[Gyro]"; mes "HEY!"; mes "Do you think you can give me a little help here?"; mes "I can't seem to kill this ^F0FF12Poring^000000,"; mes "can you do it for me? next; mes "[Gyro]"; mes "I assure you,"; mes "you will be properly rewarded."; switch(select(Sure!:Nah)){ case 1: mes "[Gyro]"; mes "OH! Thank you so much!"; mes "Just come back to me when you've finished."; set poring_H,1; setquest 60400; close; case 2: mes "[Gyro]"; mes "Awwww..."; mes "okayy."; close; } } else if(poring_H == 1){ if(checkquest(60400,HUNTING) == 2){ mes "[Gyro]"; mes "Thank you so much!"; mes "Here is your reward."; getitem 4049,1; set poring_H,0; close; } else if(checkquest(60400,HUNTING) == 0){ mes "[Gyro]"; mes "Are you done yet?"; close; } } }
  9. i need these for some customs on my server in case someone doesnt know what i mean, an example would be assassin sprites for use of spears, guns, axes, and the rods i hope someone can help me with this and if someone who is good at spriting, map making, and all that graphic stuff is bored with themself and looking for a project, or even a place to test all of this stuff and learn, just pm me :3 i need a graphics person on my team
  10. XDDD okay i found the problem, it was reading that i had NPC as the ID bahahaa, sorry guys, i got rid of NPC after the name and it started working thank you everyone
  11. Thank you now with another npc, im getting "status_set_viewdata:No View Data for Class 0" in my mapserv new_1-1,59,138,4 script Mischievous Kid npc 107,4,4,{ //... close; OnTouch: getitem 7049,1; Npctalk "GO AWAY!"; end; } EDIT: those are in fact tabs where they are supposed to be
  12. okay so im trying to get into scripting again and i started by making a simple npc just for fun, BUT when i click it, the dialogue box doesnt open, nothing happens at all lol, ill post my script here, tell me if you see anything wrong ALSO what is the code for making an npc say stuff out loud like a regular player (words above the head, not a chat room) when a player gets within a certain proximity to the npc Thank you! new_1-1,57,114,2 script Greeter NPC 108,{ mes "[Greeter King]"; mes "Hello Player"; next; getitem 5170,1; mes "[Greeter King]"; mes "Here is your free item"; mes "........."; mes "GET LOST!!!"; close; }
×
×
  • Create New...