Jump to content

Recommended Posts

Posted

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

Posted

 

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.

Posted

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.

Posted (edited)

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
Posted (edited)

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
Posted

@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?

Posted

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

Posted (edited)

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
Posted (edited)

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
Posted

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?

Posted (edited)

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
Posted

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?

Posted

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.

Posted

@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 ^^ ;)

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...