Jump to content

2013 Ragexe and Diff (Up to date 2013-08-07)


Shakto

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  402
  • Reputation:   89
  • Joined:  02/07/13
  • Last Seen:  

Exec the .bat file in the right place, there is not just rename lua into lub, there is some file and folder delete that you still have

 

exemple :

lua files\quest\Quest_function

 

all *_function.lub should be deleted

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  12
  • Reputation:   0
  • Joined:  05/31/13
  • Last Seen:  

 

Exec the .bat file in the right place, there is not just rename lua into lub, there is some file and folder delete that you still have

 

exemple :

lua files\quest\Quest_function

 

all *_function.lub should be deleted

 

I run it in the proper directory also. There are already no *_function.lub files in the luafiles514 structure at all.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  139
  • Reputation:   24
  • Joined:  09/02/12
  • Last Seen:  

any solution for cursor ingame where it looks /noshift when you hover to a player?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  164
  • Reputation:   55
  • Joined:  11/25/11
  • Last Seen:  

Disable Quake Skill effect causes crash on 5/29 client.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  402
  • Reputation:   89
  • Joined:  02/07/13
  • Last Seen:  

@venemberke

Can you screen your error please ?

 

@reigneil

Server side issue, they are working on it

 

@rayn

Working for me, download again the diff file and repatch your client

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  12
  • Reputation:   0
  • Joined:  05/31/13
  • Last Seen:  

To Shakto:

....

Last info: after relogin the characters have no any items what they had obtained before.

Last_last info: SVN 17341 good, SVN 17368 bad. I will check my server tomorrow... today.

 

I check my server. The database is the same, packetver seems to be good, one error during starting... SQL db error: unknown column 'bound' in 'field list'. I forgot the sql upgrade (17351)... :( sorry.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  139
  • Reputation:   24
  • Joined:  09/02/12
  • Last Seen:  

@Shakto

thanks for enlighten me. /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   1
  • Joined:  05/16/12
  • Last Seen:  

SOLVED IT!!!

 

God damned..... it realy is an error of function

 

 

the newer function reads quickinfo

 

function queryQuestID(tableName , questID)
	
	returnTable = QuestTable[tableName]

	if(returnTable[questID] == nil) then return nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil end

	return  returnTable[questID].NPCFromName,
		returnTable[questID].NPCFromMap,
		returnTable[questID].NPCFromSpr,
		returnTable[questID].NPCFromX,
		returnTable[questID].NPCFromY,
		returnTable[questID].NPCToName,
		returnTable[questID].NPCToMap,
		returnTable[questID].NPCToSpr,
		returnTable[questID].NPCToX,
		returnTable[questID].NPCToY,
		returnTable[questID].Item,
		returnTable[questID].PrizeItem,
		returnTable[questID].Title,
		returnTable[questID].QuickInfo,
		returnTable[questID].Info,
		returnTable[questID].Hunt1,
		returnTable[questID].Hunt2,
		returnTable[questID].Hunt3,
		returnTable[questID].Time,
		returnTable[questID].Lv
end

I just deleted QuickInfo:

function queryQuestID(tableName , questID)
	
	returnTable = QuestTable[tableName]

	if(returnTable[questID] == nil) then return nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil end

	return  returnTable[questID].NPCFromName,
		returnTable[questID].NPCFromMap,
		returnTable[questID].NPCFromSpr,
		returnTable[questID].NPCFromX,
		returnTable[questID].NPCFromY,
		returnTable[questID].NPCToName,
		returnTable[questID].NPCToMap,
		returnTable[questID].NPCToSpr,
		returnTable[questID].NPCToX,
		returnTable[questID].NPCToY,
		returnTable[questID].Item,
		returnTable[questID].PrizeItem,
		returnTable[questID].Title,
		returnTable[questID].Info,
		returnTable[questID].Hunt1,
		returnTable[questID].Hunt2,
		returnTable[questID].Hunt3,
		returnTable[questID].Time,
		returnTable[questID].Lv
end

And now it is reading the stext again.... BUT WHY?

 

Isnt Quickinfo also neccessary for the client?

 

It seems like The Client or MAYBE the rathena software doesn know the Quickinfo (wich is empty in any newer client stuff you postet

 

EDIT:

		returnTable[questID].Info,
		returnTable[questID].QuickInfo,
		returnTable[questID].Hunt1,

Just chainging it works also good... i think

in the quest info file info is also before quickinfo...

 

				Title = [[Rosa Plage]],
				Info =	[[ Die Felder von Atlantis werden auch schon von plagegeistern heimgesucht. Wie wäre es wenn du ein wenig aufräumst? ]],
				QuickInfo = [[ Test ]],
				Hunt1 = [[< link = "Poring">Poring<\end> x 10 ]],
Edited by Filgaja
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  224
  • Reputation:   4
  • Joined:  02/09/12
  • Last Seen:  

How to add the Encrypt key

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  402
  • Reputation:   89
  • Joined:  02/07/13
  • Last Seen:  

Not added on rathena yet

Wait a bit

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  139
  • Reputation:   24
  • Joined:  09/02/12
  • Last Seen:  

I have a question and i dont know if it is client side or server side it is about the /mineffect or /minimize that is always on, how can i make it optional?

Edited by reigneil
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  402
  • Reputation:   89
  • Joined:  02/07/13
  • Last Seen:  

Serverside

Clif.c -> mapproperty2

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   1
  • Joined:  05/16/12
  • Last Seen:  

@stapo,

You are my rathena god :P

I need your help maybe it is an client issue, i dont know.

I wanted to include new items with id 40000+

But they wont be read.

Even wenn i changed src itemdb.h to max_itemdb 0x10000 and also the uint16 to uint32

But the client still tells me 'cant get this item'

Is there also a vlientside max what i uave to increase in lua or exe files?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  402
  • Reputation:   89
  • Joined:  02/07/13
  • Last Seen:  

New patch : Remove GM Sprites

Thank to Shag to post that topic, i added the seach pattern

 

@Filgaja

Why do you want to have an item with id 40k ?

 

I think it should work, there is 30k id item

Try with id 35k range

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  139
  • Reputation:   24
  • Joined:  09/02/12
  • Last Seen:  

are the fix camera angle is working? because i dont see any changes when applying it.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  98
  • Reputation:   4
  • Joined:  10/14/12
  • Last Seen:  

hi shakto thx for the guidline , i use 2013-3-20 exe, i can connect to the serve but i have a problem, new skill appear but when i try use skill points  to learn them and clik yes the pts vanish altrought there appear ine the skill list like the other, even with the command @allskills i can'tlearn and  i cant use them, i dont know if it is from client or from the server.i have release the // in skill db maybe i do some wrong diff??

 

pS: altrought i have a lua file error about the saves system option.lua . even if i  delted it, the 1rst launch work but to the second error come back ;)

Edited by sanosan33
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  182
  • Reputation:   32
  • Joined:  10/26/12
  • Last Seen:  

hi shakto thx for the guidline , i use 2013-3-20 exe, i can connect to the serve but i have a problem, new skill appear but when i try use skill points  to learn them and clik yes the pts vanish altrought there appear ine the skill list like the other, even with the command @allskills i can'tlearn and  i cant use them, i dont know if it is from client or from the server.i have release the // in skill db maybe i do some wrong diff??

 

pS: altrought i have a lua file error about the saves system option.lua . even if i  delted it, the 1rst launch work but to the second error come back ;)

 

for skill tree prob, you need to update your LUA LUB inside folder skillinfoz i believe.

got no prob so far after i update it.

 

for option lua, you can set it to "read only" so it will not changed when you close your client, dunno what setup.exe that work for this prob.

Edited by mrmagic
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  98
  • Reputation:   4
  • Joined:  10/14/12
  • Last Seen:  

i took the all the lub from shakto 1st post, only the new skill like flash combo water dragon breath doesn't work

 

Oh did you do to "read only" with a diff?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  182
  • Reputation:   32
  • Joined:  10/26/12
  • Last Seen:  

i took the all the lub from shakto 1st post, only the new skill like flash combo water dragon breath doesn't work

 

Oh did you do to "read only" with a diff?

o_O no

right click > properties > check "read only" > click OK

 

all my lub was inside GRF, and i use this one, dunno who own this project, but they worked, thx

http://krotranslatedlua.googlecode.com/svn/trunk/data/luafiles514/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  98
  • Reputation:   4
  • Joined:  10/14/12
  • Last Seen:  

ok for the option it work now, but i don"t have extraskill from 3d class juste look the picture with the command @allskills

 

 

teste.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  01/10/13
  • Last Seen:  

I used your own luafiles514 folder but always have the following error

post-13951-0-43269100-1372213821_thumb.jpg

 

2013-06-05 or 2013-06-12 ragexe

 

and my diff patch

 

<?xml version="1.0"?>
<DiffProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Name>Last Patches</Name>
  <Entries>
    <DiffProfileEntry>
      <PatchID>2</PatchID>
      <PatchName>Allow Chat Flood (? lines)</PatchName>
      <Inputs>
        <DiffProfileInput>
          <name>allowChatFlood</name>
          <value>100</value>
        </DiffProfileInput>
      </Inputs>
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>88</PatchID>
      <PatchName>Allow space in guild name</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>7</PatchID>
      <PatchName>Change Gravity Error Handler</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>8</PatchID>
      <PatchName>Custom Window Title</PatchName>
      <Inputs>
        <DiffProfileInput>
          <name>customWindowTitle</name>
          <value>TEST</value>
        </DiffProfileInput>
      </Inputs>
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>10</PatchID>
      <PatchName>Disable 4 Letter UserCharacter Limit</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>11</PatchID>
      <PatchName>Disable 4 Letter UserID Limit</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>12</PatchID>
      <PatchName>Disable 4 Letter UserPassword Limit</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>13</PatchID>
      <PatchName>Disable Ragexe Filename Check</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>15</PatchID>
      <PatchName>Disable HShield</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>61</PatchID>
      <PatchName>Disable Packet Encryption</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>68</PatchID>
      <PatchName>Enable 64k Hairstyle</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>90</PatchID>
      <PatchName>EnableDNSSupport</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>49</PatchID>
      <PatchName>Enable Multiple GRFs</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>17</PatchID>
      <PatchName>Enable Official Custom Fonts</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>19</PatchID>
      <PatchName>Enable Title Bar Menu</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>76</PatchID>
      <PatchName>Enforce Official Login Background</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>20</PatchID>
      <PatchName>Extended Chat Box</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>21</PatchID>
      <PatchName>Extended Chat Room Box</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>69</PatchID>
      <PatchName>ExtendNpcBox</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>22</PatchID>
      <PatchName>Extended PM Box</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>26</PatchID>
      <PatchName>Fix Camera Angles (FULL)</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>64</PatchID>
      <PatchName>@ Bug Fix (Recommended)</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>71</PatchID>
      <PatchName>Ignore Missing File Error</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>72</PatchID>
      <PatchName>Ignore Missing Palette Error</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>28</PatchID>
      <PatchName>Increase Headgear ViewID to 5000</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>32</PatchID>
      <PatchName>Increase Zoom Out Max</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>33</PatchID>
      <PatchName>KOREA ServiceType XML Fix</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>35</PatchID>
      <PatchName>Read Data Folder First</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>36</PatchID>
      <PatchName>Read msgstringtable.txt</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>37</PatchID>
      <PatchName>Read questid2display.txt</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>38</PatchID>
      <PatchName>Remove Gravity Ads</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>39</PatchID>
      <PatchName>Remove Gravity Logo</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>73</PatchID>
      <PatchName>Remove Hourly Annonce</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>84</PatchID>
      <PatchName>Remove Serial Display</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>50</PatchID>
      <PatchName>Skip License Screen</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>42</PatchID>
      <PatchName>Skip Resurrection Buttons</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>95</PatchID>
      <PatchName>Use SSO Login Packet</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>46</PatchID>
      <PatchName>Use Normal Guild Brackets</PatchName>
      <Inputs />
    </DiffProfileEntry>
    <DiffProfileEntry>
      <PatchID>47</PatchID>
      <PatchName>Use Ragnarok Icon</PatchName>
      <Inputs />
    </DiffProfileEntry>
  </Entries>
</DiffProfile>

sorry I solve my problem

Edited by angelic
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   4
  • Joined:  02/08/12
  • Last Seen:  

i used 2013-06-05 client,

 

set my packetver to 20130605 in mmo.h then compiled

used :

<version>39</version>

<langtype>0</langtype>
 
in clientinfo/xml

 

i passed the login part but when selected char, i got message "Your game exe is not latest"

 

on my map server  i got warning : Rejected connection attempt, forbidden packet version (AID/CID: '2000001/150001', Packet Ver: '38', IP: '127.0.0.1')

 

what should i do?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  98
  • Reputation:   4
  • Joined:  10/14/12
  • Last Seen:  

juste in the DIff disable packet check

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  06/25/13
  • Last Seen:  

Hello, i have 2 problems: (i speak french sorry for my bad english...)

 

- In Game: When i press shift + click right for angle camera => crash

 

- When i add "Disable Nagle Algorithm", i have a crash after login in game. If i remove this, i have no problem.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  98
  • Reputation:   4
  • Joined:  10/14/12
  • Last Seen:  

@steph003 maybe try to use this diff :

- Fix Camera Angles (Full, Less, Recommended) and use the recommended ^^

 

 

honestly, i didn't activate "Disable Nagle Algorithm " 

 

Ps: Altrought im french sorry for ma bad english ^^ ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...