Jump to content
  • 0

[Warning]: Unable to restore stack! Double continuation!


GeorgeBrian

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  08/02/19
  • Last Seen:  

Hello.

My server crashes (shuts down) whenever I use Awakening Potion.

Then the mapserv says:

Quote

[Warning]: Unable to restore stack! Double continuation!
[Debug]: Previous script (lost):
[Debug]: Source (NPC): FAKE_NPC (invisible/not on a map)
[Debug]: Current script:
[Debug]: Source (NPC): FAKE_NPC (invisible/not on a map)

Any idea?

Edited by GeorgeBrian
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

SEND your Script so we can help!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  08/02/19
  • Last Seen:  

I don't use any script. Every time I use (click) awakening potion in my inventory, it just suddenly crashes.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

10 minutes ago, GeorgeBrian said:

I don't use any script. Every time I use (click) awakening potion in my inventory, it just suddenly crashes.


Try this
 

  - Id: 656
    AegisName: Awakening_Potion
    Name: Awakening Potion
    Type: Usable
    Buy: 1500
    Weight: 150
    Jobs:
      Alchemist: true
      Archer: true
      Assassin: true
      Blacksmith: true
      Crusader: true
      Gunslinger: true
      Hunter: true
      Knight: true
      Mage: true
      Merchant: true
      Monk: true
      Ninja: true
      Novice: true
      Rogue: true
      Sage: true
      SoulLinker: true
      StarGladiator: true
      SuperNovice: true
      Swordman: true
      Taekwon: true
      Thief: true
      Wizard: true
    EquipLevelMin: 40
    Flags:
      BuyingStore: true
    Script: |
      sc_start SC_ASPDPOTION1,1800000,0;


Error said about the invisible NPC so i assume that you create a custom script

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  08/02/19
  • Last Seen:  

I still use the old system of item_db and it's item_db.txt.

 

Quote

656,Awakening_Potion,Awakening Potion,2,2200,,150,,,,,0xFFF7FEEF,63,2,,,40,,,{ sc_start SC_ASPDPOTION1,1800000,6; },{},{}

There is no explanation in the mapserv other than that I mentioned in my first post. So mysterious.

And thanks for your response anyway. ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

There is a lot of things it might cause of server crash on item

  • Duplicate Name
  • Weight
  • Buying & Selling item to NPC and you will get Higher amount on selling
    ex: You buy gold to npc worth of 100k but if you sell it to NPC it will give you 120k this thing im 100% sure make your server crash i experience this before when changing my item db.txt to YML. Because i want to use the re items so i load everything 
     
  • Script is empty
  • etc
Edited by Poring King
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
Answer this question...

×   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...