-
Posts
1691 -
Joined
-
Last visited
-
Days Won
78
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Posts posted by sader1992
-
-
i don't think so
but i think but (i never test it)
i think on diff you can check this
Enable Multiple GRF - Embedded
instead of
Enable Multiple GRF (Recommended)
i think it's make the exe read the GRFs you want without DATA.ini
######## Enable Multiple GRF v2 ########//$inpMultGRF, XTYPE_FILE, /path/to/INI/file
-
conf/battle/client.conf
packet_ver_flag: 0x7FFFFFFF packet_ver_flag2: 0x7FFFFFFF
conf/login_athena.conf
check_client_version: no
db/packet_db.txt
packet_db_ver: default packet_keys_use: default
packet_ver: 38 packet_keys: 0x646E08D9,0x5F153AB5,0x61B509B5 // or your packet keys
on diff
do not load your packet keys !!
write them Manual !!
............................
first playable account the id must be 2000000 or more!
M or F not S
the account id 1 is S for
conf/char_athena.conf
// Server Communication username and password. userid: username passwd: password
and
conf/map_athena.conf
// Interserver communication passwords, set in account.txt (or equiv.) userid: username passwd: password
and it's not playable
........................
src/common/mmo.h
#define PACKETVER 20130605
use 2013-06-05Ragexe.exe for the 38!
-
-
edit it in
rathena\db\pre-re\item_db.txt
or
rathena\db\re\item_db.txt
or do what ^she said
-
up
-
try this
9 Disable 1rag1 type parameters (Recommended)
10 Disable 4 Letter Character Name Limit11 Disable 4 Letter User Name Limit12 Disable 4 Letter Password Limit13 Disable Ragexe Filename Check (Recommended)15 Disable HShield (Recommended)24 Fix Camera Angles (Recommended)28 Increase Headgear ViewID30 Increase Zoom Out 50%34 Enable /showname (Recommended)36 Read msgstringtable.txt (Recommended)37 Read questid2display.txt (Recommended)38 Remove Gravity Ads (Recommended)39 Remove Gravity Logo (Recommended)40 Restore Login Window (Recommended)41 Disable Nagle Algorithm (Recommended)44 Translate Client (Recommended)47 Use Ragnarok Icon48 Use Plain Text Descriptions (Recommended)49 Enable Multiple GRFs (Recommended)50 Skip License Screen53 Use Ascii on All LangTypes (Recommended)64 @ Bug Fix (Recommended)71 Ignore Resource Errors72 Ignore Missing Palette Error73 Remove Hourly Announce (Recommended)88 Allow space in guild name90 Enable DNS Support (Recommended)92 Packet First Key Encryption93 Packet Second Key Encryption94 Packet Third Key Encryption96 Remove GM Spritestry it like it's
and if it work edit it
-
do not Disable it !!!
diff to
first key 0x7E241DE0
Second key 0x5E805580
3rd key 0x3D807D80
[status]: Packet Obfuscation: Enabled. Keys: 0x7E241DE0, 0x5E805580, 0x3D807D80
+ no error ??
[info]: Attempt to connect to login-server...
[status]: Connecting to <WAN_IP>:6900
[status]: Connected to login-server (connection #5).
[status]: Awaiting maps from map-server.must be like this after those^
[status]: Map-Server 0 connected: 1215 maps, from IP ***.***.***.*** port 5121.[status]: Map-server 0 loading complete.andchar_athena.conflogin_ip: localhost or 127.0.0.1
//bind_ip: <WAN_IP>XXX
char_ip: <WAN_IP> or your server ip etc your Internet ipmap_athena.conf
char_ip: localhost or 127.0.0.1
//bind_ip: <WAN_IP>XXX
map_ip: <WAN_IP> or your server ip etc your Internet ipand check the port
and copy the console after your login try!!
-
adoption not work (there is no adopt option in the right click menu)
i use 2014-02-05bRagexe
is there and fixes? or something else i can do like npc etc .. ?
-
hello
cant i do this?
vend_zone mapflag novending - script Vending_allow -1,{ end; OnInit: setcell "vend_zone",104,86,104,86,cell_novending,0; end; }
i do like that and it not work~i want to chose the blocks that i want to allow the vending on itnot that i don't want to allow on itcuz the map is big i cant type every block i don't want to allow on it~Fixed
//vend_zone mapflag novending - script Vending_allow -1,{ end; OnInit: setcell "vend_zone",54,54,145,145,cell_novending,1; setcell "vend_zone",104,86,104,86,cell_novending,0; end; }
i set all the map useing (cell_novending 1) and remove (vend_zone mapflag novending)
Fixed
-
Hmm maybe
- script update points -1,{ OnPCLoginEvent: query_sql "INSERT INTO `acc_reg_num` (`account_id`, `key`, `index`, `value`) select account_id, '#CASHPOINTS', 0, `value` from `global_reg_value` where `account_id` "+ "= '"+ getcharid(3) +"' on duplicate key update `acc_reg_num`.`value` = `acc_reg_num`.`value` + `global_reg_value`.`value`"; query_sql "delete from `global_reg_value` where account_id = "+ getcharid(3) +" and `str` = '#CASHPOINTS'"; end; }
Thank you
it's work Perfect
Solved
-
get the Official Job Master
and in the Menu delete the job IDs you don't want in it
from here
case 0: Job_Menu(1,2,3,4,5,6,23,4046,24,25); case 4001: Job_Menu(4002,4003,4004,4005,4006,4007); case 4023: Job_Menu(4024,4025,4026,4027,4028,4029,4045);
-
like this
- script update points -,{ OnPCLoginEvent: query_sql( "SELECT `account_id`,`value` FROM `global_reg_value` ",.@iduser,.@valueuser ); .idus = .@iduser; .valueus = .@valueuser; query_sql("UPDATE `acc_reg_num` SET account_id = '"+.idus+"', key = #CASHPOINTS, value = (value + '"+.valueus+"')"); query_sql("UPDATE `global_reg_value` SET account_id = 0, key = 0, value = 0"); end; }
but there is error~
anyone?
-
hello
i want to make script copy from table to table
OnTimer10000:
copy the account_id + str + value
from global_reg_value
and delete them
and make chg in acc_reg_num
edit on the account_id
str = key
value = {value(global_reg_value)+value(acc_reg_num)}
or
set (global_reg_value)account_id = playeracc
set (global_reg_value)value = pointsupdate
atcommand"#CASHPOINTS "+playeracc" "+pointsupdate;
and delete the line in the table or set value(global_reg_value) = 0
Is this possible?
-
hello
i need old morroc NPCs and Warps and moc_castle
old izlude and payon NPCs
someone have it >.>?
-
try it too many
is there other program?
-
for php-my-admin www.you-website/phpmyadmin/
for npc scripts, confs etc.
http://www.chip.de/downloads/WinSCP_13007380.html <= Download and Login. and make duble klick of the script / Edit and Save , Close
http://www.chip.de/downloads/Notepad_12996935.html <= Noteped++ is a Editor
Thank you very much, I did not know that this program can work with phpmyadmin
i am try to connect
but i get this
the Password is not a mistake, and I've tried a lot
-
thank you Conflicts i have edit my post
he wants me to upload/edit same script to the server databaseand he know nothing in databaseany one can help me?
-
I do not know a lot about databasesBut I know how to make/edit/repair scriptMy friend has a serverand he wants me to upload/edit same script to the server databaseand he know nothing in databaseAnd is he no longer trust the experts because of an incident that occurred in the last periodAnd I really want to help himIs it one tell me where can i find ,how upload ,how can i edit script in the databaseI would be very thankful to thatmy friend server in php my adminPlease. any one can guide me?
Guild Package Script
in Script Requests
Posted
this with guild level
getitem item,amount;
getitem item,amount;
getitem item,amount;
getitem item,amount;
you can do this script with any and more then one from the guild sql
just edit this like the Example on connect_member
and edit the if
i hope i helped you